Class UpdateTimeout
The direct replication of the Update could not be fulfill according to
the given IWriteConsistency level and Timeout.
The Update was still performed locally and possibly replicated to some nodes.
It will eventually be disseminated to other replicas, unless the local replica
crashes before it has been able to communicate with other replicas.
Inheritance
UpdateTimeout
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class UpdateTimeout : IUpdateFailure, IUpdateResponse, INoSerializationVerificationNeeded, IEquatable<UpdateTimeout>
Constructors
|
Improve this Doc
View Source
UpdateTimeout(IKey, Object)
Declaration
public UpdateTimeout(IKey key, object request)
Parameters
Properties
|
Improve this Doc
View Source
Cause
Declaration
public Exception Cause { get; }
Property Value
|
Improve this Doc
View Source
IsSuccessful
Declaration
public bool IsSuccessful { get; }
Property Value
|
Improve this Doc
View Source
Key
Declaration
Property Value
|
Improve this Doc
View Source
Request
Declaration
public object Request { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(UpdateTimeout)
Declaration
public bool Equals(UpdateTimeout other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ThrowOnFailure()
Declaration
public void ThrowOnFailure()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods