Props..::..WithMailbox Method

Returns a new Props with the specified mailbox set.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public Props WithMailbox(
	string path
)
Public Function WithMailbox ( _
	path As String _
) As Props
public:
Props^ WithMailbox(
	String^ path
)

Parameters

path
Type: String
The path.

Return Value

Props.