Click or drag to resize
Akka.NETDataDeleted Constructor
Initializes a new instance of the DataDeleted class

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DataDeleted(
	IKey key,
	Object request = null
)

Parameters

key
Type: Akka.DistributedDataIKey

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.DataDeleted.#ctor(Akka.DistributedData.IKey,System.Object)"]

request (Optional)
Type: SystemObject

[Missing <param name="request"/> documentation for "M:Akka.DistributedData.DataDeleted.#ctor(Akka.DistributedData.IKey,System.Object)"]

See Also