Click or drag to resize
PropsWithDispatcher Method
Returns a new Props with the specified dispatcher set.

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

Parameters

path
Type: SystemString
The path.

Return Value

Type: Props
Props.
See Also