Dispatcher Members
The following tables list the members exposed by the Dispatcher type.
Public Properties
Name | Description | |
---|---|---|
CurrentDispatcher | Gets the Dispatcher object (dispatcher) for the thread that is currently executing and creates a new dispatcher if one is not already associated with the current thread. | |
HasShutdownFinished | Determines whether the current Dispatcher object (dispatcher) has finished shutting down. | |
HasShutdownStarted | Determines whether the current Dispatcher object (dispatcher) is shutting down. | |
Thread | Gets the thread with which the current Dispatcher object (dispatcher) is associated. |
Public Methods
Name | Description | |
---|---|---|
BeginInvoke | Executes a specified delegate on the thread on which a particular Dispatcher object (dispatcher) was created. | |
CheckAccess | Determines whether the calling thread has access to the current Dispatcher object (dispatcher). | |
Equals | (Inherited from Object.) | |
FromThread | Gets the Dispatcher object (dispatcher) for a specified thread. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke | Executes a specified delegate with a specified argument. | |
InvokeShutdown | Initiates the shutdown process for a Dispatcher object (dispatcher) synchronously. | |
PushFrame | Pushes an execution frame onto the event queue of a Dispatcher object (dispatcher). | |
ReferenceEquals | (Inherited from Object.) | |
Run | Initiates the event queue of a Dispatcher object (dispatcher). | |
ToString | (Inherited from Object.) | |
VerifyAccess | Determines whether the calling thread has access to the current Dispatcher object (dispatcher). |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
ShutdownFinished | Occurs when a Dispatcher object (a dispatcher) finishes shutting down. | |
ShutdownStarted | Occurs when a Dispatcher object (a dispatcher) begins the shutdown process. |