Click or drag to resize
Akka.NETStore Constructor
Initializes a new instance of the Store class

Namespace:  Akka.DistributedData.Durable
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Store(
	string key,
	DurableDataEnvelope data,
	StoreReply reply = null
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.Durable.Store.#ctor(System.String,Akka.DistributedData.Durable.DurableDataEnvelope,Akka.DistributedData.Durable.StoreReply)"]

data
Type: Akka.DistributedData.DurableDurableDataEnvelope

[Missing <param name="data"/> documentation for "M:Akka.DistributedData.Durable.Store.#ctor(System.String,Akka.DistributedData.Durable.DurableDataEnvelope,Akka.DistributedData.Durable.StoreReply)"]

reply (Optional)
Type: Akka.DistributedData.DurableStoreReply

[Missing <param name="reply"/> documentation for "M:Akka.DistributedData.Durable.Store.#ctor(System.String,Akka.DistributedData.Durable.DurableDataEnvelope,Akka.DistributedData.Durable.StoreReply)"]

See Also