Group Constructor (IEnumerableString) |
Initializes a new instance of the
Group class
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected Group(
IEnumerable<string> paths
)
Protected Sub New (
paths As IEnumerable(Of String)
)
protected:
Group(
IEnumerable<String^>^ paths
)
new :
paths : IEnumerable<string> -> Group
Parameters
- paths
- Type: System.Collections.GenericIEnumerableString
[Missing <param name="paths"/> documentation for "M:Akka.Routing.Group.#ctor(System.Collections.Generic.IEnumerable{System.String})"]
See Also