| ExecutorServiceFactoryProduce Method |
TBD
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public abstract ExecutorService Produce(
string id
)
abstract Produce :
id : string -> ExecutorService
Parameters
- id
- Type: SystemString
TBD
Return Value
Type:
ExecutorServiceTBD
See Also