[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 | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | DispatchServiceImplNew |