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.Client.Game.Events
Assembly: SlipeClient.dll
Syntax
public class OnNetworkInteruptionEventArgs

Properties

| Improve this Doc View Source

Status

The status of the interuption

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

Ticks

Ticks since the start of the interuption

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