OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.Framework.Interfaces.IRestartModule Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.IRestartModule:
Inheritance graph
[legend]

Public Member Functions

void ScheduleRestart (UUID initiator, string message, int[] alerts, bool notice)
 
void AbortRestart (string message)
 
void DelayRestart (int seconds, string message)
 

Properties

TimeSpan TimeUntilRestart [get]
 

Detailed Description

Definition at line 33 of file IRestartModule.cs.

Member Function Documentation

void OpenSim.Region.Framework.Interfaces.IRestartModule.AbortRestart ( string  message)
void OpenSim.Region.Framework.Interfaces.IRestartModule.DelayRestart ( int  seconds,
string  message 
)
void OpenSim.Region.Framework.Interfaces.IRestartModule.ScheduleRestart ( UUID  initiator,
string  message,
int[]  alerts,
bool  notice 
)

Property Documentation

TimeSpan OpenSim.Region.Framework.Interfaces.IRestartModule.TimeUntilRestart
get

Definition at line 35 of file IRestartModule.cs.


The documentation for this interface was generated from the following file: