Show / Hide Table of Contents

Class EstimatedPositionInQueueSubscription

Inheritance
object
UserEventHandler
Subscription
EstimatedPositionInQueueSubscription
Implements
IDisposable
Inherited Members
Subscription.Tag
Subscription.Dispatcher
Subscription.Dispose()
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 EstimatedPositionInQueueSubscription : Subscription, IDisposable

Constructors

EstimatedPositionInQueueSubscription(Dispatcher)

Declaration
public EstimatedPositionInQueueSubscription(Dispatcher dispatcher)
Parameters
Type Name Description
Dispatcher dispatcher

Methods

Start()

Declaration
public override void Start()
Overrides
Subscription.Start()

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Events

EstimatedPositionInQueueUpdated

Declaration
public event EventHandler<EstimatedPositionInQueueEventArgs> EstimatedPositionInQueueUpdated
Event Type
Type Description
EventHandler<EstimatedPositionInQueueEventArgs>

Implements

IDisposable
In this article
Back to top