Props..::..WithDispatcher Method

Returns a new Props with the specified dispatcher set.

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

Syntax


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

Parameters

path
Type: String
The path.

Return Value

Props.