See: Description
| Interface | Description |
|---|---|
| IThreadDispatcher |
Invokes a method according to specified thread mode.
|
| IThreadDispatcherProvider |
Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
|
| Class | Description |
|---|---|
| AsyncDispatching |
Invokes asynchronously by routing to a thread from the thread-pool (each method can be executed in a separate thread).
|
| NoDispatching |
Invokes directly without routing.
|
| SyncDispatching |
Invokes one by one from the queue.
|