Class Subscription
Inheritance
Object
Subscription
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public abstract class Subscription : UserEventHandler, IDisposable
Properties
Dispatcher
Declaration
public Dispatcher Dispatcher { get; }
Property Value
Type | Description |
---|---|
Dispatcher |
Tag
Declaration
public object Tag { get; set; }
Property Value
Type | Description |
---|---|
Object |
Methods
Dispose()
Declaration
public void Dispose()
Start()
Declaration
public abstract void Start()
Implements
System.IDisposable