| ShutdownEventRestart Property |
Get/Set true if the server has been restarted; false if it has been halted.
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Restart { get; set; }
Public Property Restart As Boolean
Get
Set
public:
property bool Restart {
bool get ();
void set (bool value);
}
member Restart : bool with get, set
Property Value
Type:
BooleanSee Also