Class Store
Request to store an entry. It optionally contains a StoreReply, which
should be used to signal success or failure of the operation to the contained
ReplyTo actor.
Assembly: Akka.DistributedData.dll
Syntax
public sealed class Store
Constructors
|
Improve this Doc
View Source
Store(String, DurableDataEnvelope, StoreReply)
Declaration
public Store(string key, DurableDataEnvelope data, StoreReply reply = null)
Parameters
Fields
|
Improve this Doc
View Source
Data
Declaration
public readonly DurableDataEnvelope Data
Field Value
|
Improve this Doc
View Source
Key
Declaration
public readonly string Key
Field Value
|
Improve this Doc
View Source
Reply
Declaration
public readonly StoreReply Reply
Field Value
Extension Methods