Class UIDispatcher
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 class UIDispatcher : Dispatcher, IDisposable
Remarks
The UIDispatcher is not included in the NET5 version of the SDK since NET5 is supports multi platforms and the SDK UI dispatcher is Windows specific.The application developer can write their own dispatcher to push messages to the ui thread that works for the OS on which they plan to run the application.
Properties
UIContext
Declaration
public static Form UIContext { get; }
Property Value
Type | Description |
---|---|
Form |
Methods
DispatchAction(Action)
Declaration
public override void DispatchAction(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action |
Overrides
Invoke(Action)
Declaration
public override void Invoke(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action |
Overrides
InvokeRequired()
Declaration
public override bool InvokeRequired()
Returns
Type | Description |
---|---|
Boolean |
Overrides
Shutdown()
Declaration
public override void Shutdown()
Overrides
Implements
System.IDisposable