Click or drag to resize
Akka.NETUpdateSuccess Constructor
Initializes a new instance of the UpdateSuccess class

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

Parameters

key
Type: Akka.DistributedDataIKey

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

request
Type: SystemObject

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

See Also