Click or drag to resize
Akka.NETPinnedDispatcher Constructor
TBD

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PinnedDispatcher(
	MessageDispatcherConfigurator configurator,
	string id,
	int throughput,
	Nullable<long> throughputDeadlineTime,
	ExecutorServiceFactory executorServiceFactory,
	TimeSpan shutdownTimeout
)

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