| CurrentSynchronizationContextDispatcher Constructor |
TBD
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public CurrentSynchronizationContextDispatcher(
MessageDispatcherConfigurator configurator,
string id,
int throughput,
Nullable<long> throughputDeadlineTime,
ExecutorServiceFactory executorServiceFactory,
TimeSpan shutdownTimeout
)
new :
configurator : MessageDispatcherConfigurator *
id : string *
throughput : int *
throughputDeadlineTime : Nullable<int64> *
executorServiceFactory : ExecutorServiceFactory *
shutdownTimeout : TimeSpan -> CurrentSynchronizationContextDispatcher
Parameters
- configurator
- Type: Akka.DispatchMessageDispatcherConfigurator
TBD - id
- Type: SystemString
TBD - throughput
- Type: SystemInt32
TBD - throughputDeadlineTime
- Type: SystemNullableInt64
TBD - executorServiceFactory
- Type: Akka.DispatchExecutorServiceFactory
TBD - shutdownTimeout
- Type: SystemTimeSpan
TBD
See Also