Click or drag to resize
Akka.NETGetKeysIdsResult Constructor
Initializes a new instance of the GetKeysIdsResult class

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public GetKeysIdsResult(
	IImmutableSet<string> keys
)

Parameters

keys
Type: IImmutableSetString

[Missing <param name="keys"/> documentation for "M:Akka.DistributedData.GetKeysIdsResult.#ctor(System.Collections.Immutable.IImmutableSet{System.String})"]

See Also