Click or drag to resize
Akka.NETIUpdateFailure Interface
A common interface for Update responses that have ended with a failure.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IUpdateFailure : IUpdateResponse, 
	INoSerializationVerificationNeeded

The IUpdateFailure type exposes the following members.

Properties
  NameDescription
Public propertyCause
Returns a cause of the exception.
Public propertyIsSuccessful
Returns true if Update request has completed successfully.
(Inherited from IUpdateResponse.)
Public propertyKey
Key, under with updated data is going to be stored.
(Inherited from IUpdateResponse.)
Public propertyRequest
Optional object that can be used to correlate this response with particular Update request.
(Inherited from IUpdateResponse.)
Top
Methods
  NameDescription
Public methodThrowOnFailure
Throws an exception if Update request has failed.
(Inherited from IUpdateResponse.)
Top
See Also