Click or drag to resize
Akka.NETDeployableDecider Constructor (Directive, KeyValuePairType, Directive)
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeployableDecider(
	Directive defaultDirective,
	params KeyValuePair<Type, Directive>[] pairs
)

Parameters

defaultDirective
Type: Akka.ActorDirective
TBD
pairs
Type: System.Collections.GenericKeyValuePairType, Directive
TBD
See Also