Click or drag to resize
Akka.NETLoadData Constructor
Initializes a new instance of the LoadData class

Namespace:  Akka.DistributedData.Durable
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LoadData(
	ImmutableDictionary<string, DurableDataEnvelope> data
)

Parameters

data
Type: ImmutableDictionaryString, DurableDataEnvelope

[Missing <param name="data"/> documentation for "M:Akka.DistributedData.Durable.LoadData.#ctor(System.Collections.Immutable.ImmutableDictionary{System.String,Akka.DistributedData.Durable.DurableDataEnvelope})"]

See Also