Class Dispatcher
Used to dispatch events on the main thread
Inheritance
System.Object
Dispatcher
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Engine.Dispatch
Assembly: Engine.Dispatch.dll
Syntax
public static class Dispatcher
Methods
Invoke(Action)
Invoke an action on the main thread.
Declaration
public static void Invoke(Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action | action |