| LoadData Constructor |
Initializes a new instance of the
LoadData class
Namespace:
Akka.DistributedData.Durable
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public LoadData(
ImmutableDictionary<string, DurableDataEnvelope> data
)
new :
data : ImmutableDictionary<string, DurableDataEnvelope> -> LoadData
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