Class LoadData
Inherited Members
Namespace: Akka.DistributedData.Durable
Assembly: Akka.DistributedData.dll
Syntax
public sealed class LoadData
Constructors
| Edit this page View SourceLoadData(ImmutableDictionary<string, DurableDataEnvelope>)
Declaration
public LoadData(ImmutableDictionary<string, DurableDataEnvelope> data)
Parameters
| Type | Name | Description |
|---|---|---|
| ImmutableDictionary<string, DurableDataEnvelope> | data |
Fields
| Edit this page View SourceData
Declaration
public readonly ImmutableDictionary<string, DurableDataEnvelope> Data
Field Value
| Type | Description |
|---|---|
| ImmutableDictionary<string, DurableDataEnvelope> |
Edit this page