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
| Improve this Doc View SourceCurrentSynchronizationContextDispatcher(MessageDispatcherConfigurator, String, Int32, Nullable<Int64>, 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 |
Int32 | throughput | TBD |
Nullable<Int64> | throughputDeadlineTime | TBD |
Akka.Dispatch.ExecutorServiceFactory | executorServiceFactory | TBD |
TimeSpan | shutdownTimeout | TBD |