[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Implements dispatch service using a thread-local linked list of Dispatchable instances.
The following tables list the members exposed by the DispatchServiceImpl type.
Public Methods
Name | Description | |
---|---|---|
![]() | AddExternal |
Add an item to be dispatched. The item is added to
the external dispatch queue.
|
![]() | AddInternal |
Add an item to be dispatched. The item is added to
the internal dispatch queue.
|
![]() | Dispatch |
Dispatches events in either the internal or external queue.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |