Class Delete
Send this message to the local Akka.DistributedData.Replicator to delete a data value for the
given Key. The Akka.DistributedData.Replicator will reply with one of the IDeleteResponse messages.
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class Delete : INoSerializationVerificationNeeded, IEquatable<Delete>
Constructors
|
Improve this Doc
View Source
Delete(IKey, IWriteConsistency, Object)
Declaration
public Delete(IKey key, IWriteConsistency consistency, object request = null)
Parameters
Properties
|
Improve this Doc
View Source
Consistency
Declaration
public IWriteConsistency Consistency { 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(Delete)
Declaration
public bool Equals(Delete other)
Parameters
Type |
Name |
Description |
Delete |
other |
|
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
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods