Show / Hide Table of Contents

Class TTAPIStatusUpdateEventArgs

Inheritance
object
EventArgs
TTAPIStatusUpdateEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
bool

IsReady

Declaration
public bool IsReady { get; }
Property Value
Type Description
bool

StatusMessage

Declaration
public string StatusMessage { get; }
Property Value
Type Description
string

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top