TailChoppingPoolWithDispatcher Method |
Sets the router dispatcher to use for the pool.
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic TailChoppingPool WithDispatcher(
string dispatcherId
)
Public Function WithDispatcher (
dispatcherId As String
) As TailChoppingPool
public:
TailChoppingPool^ WithDispatcher(
String^ dispatcherId
)
member WithDispatcher :
dispatcherId : string -> TailChoppingPool
Parameters
- dispatcherId
- Type: SystemString
[Missing <param name="dispatcherId"/> documentation for "M:Akka.Routing.TailChoppingPool.WithDispatcher(System.String)"]
Return Value
Type:
TailChoppingPoolThe tail chopping pool.
See Also