Class Delta
Assembly: Akka.DistributedData.dll
Syntax
public sealed class Delta : IEquatable<Delta>
Constructors
|
Improve this Doc
View Source
Delta(DataEnvelope, Int64, Int64)
Declaration
public Delta(DataEnvelope dataEnvelope, long fromSeqNr, long toSeqNr)
Parameters
Properties
|
Improve this Doc
View Source
DataEnvelope
Declaration
public DataEnvelope DataEnvelope { get; }
Property Value
|
Improve this Doc
View Source
FromSeqNr
Declaration
public long FromSeqNr { get; }
Property Value
|
Improve this Doc
View Source
RequiresCausalDeliveryOfDeltas
Declaration
public bool RequiresCausalDeliveryOfDeltas { get; }
Property Value
|
Improve this Doc
View Source
ToSeqNr
Declaration
public long ToSeqNr { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Delta)
Declaration
public bool Equals(Delta other)
Parameters
Type |
Name |
Description |
Delta |
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
Implements
Extension Methods