Props..::..WithDeploy Method

Returns a new Props with the specified deployment configuration.

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

Syntax


public Props WithDeploy(
	Deploy deploy
)
Public Function WithDeploy ( _
	deploy As Deploy _
) As Props
public:
Props^ WithDeploy(
	Deploy^ deploy
)

Parameters

deploy
Type: Akka.Actor..::..Deploy
The deploy.

Return Value

Props.