Class OnNetworkInteruptionEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnNetworkInteruptionEventArgs
Properties
| Improve this Doc View SourceStatus
The status of the network interuption
Declaration
public NetworkInteruptionStatus Status { get; }
Property Value
Type | Description |
---|---|
NetworkInteruptionStatus |
Ticks
The ticks since the interruption started.
Declaration
public int Ticks { get; }
Property Value
Type | Description |
---|---|
Int32 |