Show / Hide Table of Contents

Class WorkerDispatcher

Inheritance
object
Dispatcher
WorkerDispatcher
Implements
IDisposable
Inherited Members
Dispatcher.InvokeRequired()
Dispatcher.Current
Dispatcher.CheckAccess()
Dispatcher.VerifyAccess()
Dispatcher.IsAttached
Dispatcher.AttachUIDispatcher()
Dispatcher.AttachWorkerDispatcher()
Dispatcher.IsDisposed
Dispatcher.Dispose()
object.ToString()
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 WorkerDispatcher : Dispatcher, IDisposable

Constructors

WorkerDispatcher()

Declaration
public WorkerDispatcher()

WorkerDispatcher(string)

Declaration
public WorkerDispatcher(string threadName)
Parameters
Type Name Description
string threadName

Methods

BeginInvokeShutdown()

Declaration
public void BeginInvokeShutdown()

DispatchAction(Action)

Declaration
public override void DispatchAction(Action action)
Parameters
Type Name Description
Action action
Overrides
Dispatcher.DispatchAction(Action)

Invoke(Action)

Declaration
public override void Invoke(Action action)
Parameters
Type Name Description
Action action
Overrides
Dispatcher.Invoke(Action)

Run()

Declaration
public void Run()

Shutdown()

Declaration
public override void Shutdown()
Overrides
Dispatcher.Shutdown()

Implements

IDisposable
In this article
Back to top