Click or drag to resize
Akka.NETDeciderFrom Method (Directive, KeyValuePairType, 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,
	params KeyValuePair<Type, Directive>[] pairs
)

Parameters

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

Return Value

Type: DeployableDecider
TBD
See Also