Class TTAPIStatusUpdateEventArgs
Inheritance
Object
EventArgs
TTAPIStatusUpdateEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class TTAPIStatusUpdateEventArgs : EventArgs
Properties
IsDown
Declaration
public bool IsDown { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsReady
Declaration
public bool IsReady { get; }
Property Value
Type | Description |
---|---|
Boolean |
StatusMessage
Declaration
public string StatusMessage { get; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()