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

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

Parameters

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