Show / Hide Table of Contents

Class OnNetworkInteruptionEventArgs

Inheritance
Object
OnNetworkInteruptionEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnNetworkInteruptionEventArgs

Properties

| Improve this Doc View Source

Status

The status of the network interuption

Declaration
public NetworkInteruptionStatus Status { get; }
Property Value
Type Description
NetworkInteruptionStatus
| Improve this Doc View Source

Ticks

The ticks since the interruption started.

Declaration
public int Ticks { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX