Click or drag to resize
PropsWithMailbox Method
Returns a new Props with the specified mailbox set.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Props WithMailbox(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: Props
Props.
See Also