Click or drag to resize
Akka.NETDurableDataEnvelope Constructor
Initializes a new instance of the DurableDataEnvelope class

Namespace:  Akka.DistributedData.Durable
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DurableDataEnvelope(
	DataEnvelope data
)

Parameters

data
Type: Akka.DistributedData.InternalDataEnvelope

[Missing <param name="data"/> documentation for "M:Akka.DistributedData.Durable.DurableDataEnvelope.#ctor(Akka.DistributedData.Internal.DataEnvelope)"]

See Also