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