Click or drag to resize
Akka.NETDecider.From Method (Directive,KeyValuePair<Type, Directive>[])
TBD

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

Parameters

defaultDirective
Type: Akka.Actor.Directive
TBD
pairs
Type:System.Collections.Generic.KeyValuePair<Type, Directive>[]
TBD

Return Value

Type: DeployableDecider
TBD
See Also