Class CurrentSynchronizationContextDispatcher
Behaves like a PinnedDispatcher and always executes using Akka.Dispatch.CurrentSynchronizationContextExecutorServiceFactory
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public sealed class CurrentSynchronizationContextDispatcher : Dispatcher
Constructors
| Edit this page View SourceCurrentSynchronizationContextDispatcher(MessageDispatcherConfigurator, string, int, long?, ExecutorServiceFactory, TimeSpan)
TBD
Declaration
public CurrentSynchronizationContextDispatcher(MessageDispatcherConfigurator configurator, string id, int throughput, long? throughputDeadlineTime, ExecutorServiceFactory executorServiceFactory, TimeSpan shutdownTimeout)
Parameters
| Type | Name | Description |
|---|---|---|
| MessageDispatcherConfigurator | configurator | TBD |
| string | id | TBD |
| int | throughput | TBD |
| long? | throughputDeadlineTime | TBD |
| ExecutorServiceFactory | executorServiceFactory | TBD |
| TimeSpan | shutdownTimeout | TBD |
Edit this page