PropsWithDispatcher Method |
Returns a new Props with the specified dispatcher set.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Props WithDispatcher(
string path
)
Public Function WithDispatcher (
path As String
) As Props
public:
Props^ WithDispatcher(
String^ path
)
member WithDispatcher :
path : string -> Props
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
PropsProps.
See Also