Click or drag to resize
Akka.NETDeploy Constructor (RouterConfig)
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(
	RouterConfig routerConfig
)

Parameters

routerConfig
Type: Akka.RoutingRouterConfig
The router to use for this deployment.
See Also