Click or drag to resize
PropsWithDeploy Method
Returns a new Props with the specified deployment configuration.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Props WithDeploy(
	Deploy deploy
)

Parameters

deploy
Type: Akka.ActorDeploy
The deploy.

Return Value

Type: Props
Props.
See Also