AccessCounter
struct
Namespace: Orleans.Transactions.Abstractions
Counts read and write accesses on a transaction participant.
[Orleans.GenerateSerializer]public struct AccessCounter : IEquatable<AccessCounter>Methods
Equals(object?)Indicates whether this instance and a specified object are equal.Equals(AccessCounter)Indicates whether the current object is equal to another object of the same type.GetHashCodeReturns the hash code for this instance.operator +(AccessCounter, AccessCounter)Adds the read and write counts from two values.operator ==(AccessCounter, AccessCounter)Determines whether two access counters are equal.operator !=(AccessCounter, AccessCounter)Determines whether two access counters are unequal.
