Click or drag to resize
Akka.NETDeploy Constructor (String, Config, RouterConfig, Scope, String)
Initializes a new instance of the Deploy class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Deploy(
	string path,
	Config config,
	RouterConfig routerConfig,
	Scope scope,
	string dispatcher
)

Parameters

path
Type: SystemString
The path to deploy the actor.
config
Type: Akka.ConfigurationConfig
The configuration used when deploying the actor.
routerConfig
Type: Akka.RoutingRouterConfig
The router used in this deployment.
scope
Type: Akka.ActorScope
The scope to bind to this deployment.
dispatcher
Type: SystemString
The dispatcher used in this deployment.
See Also