ChildrenContainerBase Constructor |
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected ChildrenContainerBase(
IImmutableMap<string, ChildStats> children
)
Protected Sub New (
children As IImmutableMap(Of String, ChildStats)
)
protected:
ChildrenContainerBase(
IImmutableMap<String^, ChildStats^>^ children
)
new :
children : IImmutableMap<string, ChildStats> -> ChildrenContainerBase
Parameters
- children
- Type: Akka.Util.Internal.CollectionsIImmutableMapString, ChildStats
[Missing <param name="children"/> documentation for "M:Akka.Actor.Internal.ChildrenContainerBase.#ctor(Akka.Util.Internal.Collections.IImmutableMap{System.String,Akka.Actor.Internal.ChildStats})"]
See Also