Click or drag to resize
NormalChildrenContainerCreate Method

[Missing <summary> documentation for "M:Akka.Actor.Internal.NormalChildrenContainer.Create(Akka.Util.Internal.Collections.IImmutableMap{System.String,Akka.Actor.Internal.ChildStats})"]

Namespace: Akka.Actor.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static ChildrenContainer Create(
	IImmutableMap<string, ChildStats> children
)

Parameters

children
Type: Akka.Util.Internal.CollectionsIImmutableMapString, ChildStats

[Missing <param name="children"/> documentation for "M:Akka.Actor.Internal.NormalChildrenContainer.Create(Akka.Util.Internal.Collections.IImmutableMap{System.String,Akka.Actor.Internal.ChildStats})"]

Return Value

Type: ChildrenContainer

[Missing <returns> documentation for "M:Akka.Actor.Internal.NormalChildrenContainer.Create(Akka.Util.Internal.Collections.IImmutableMap{System.String,Akka.Actor.Internal.ChildStats})"]

See Also