Click or drag to resize
Akka.NETDeciderFrom Method (Directive, IEnumerableKeyValuePairType, Directive)
TBD

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

Parameters

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

Return Value

Type: DeployableDecider
TBD
See Also