GCounter Methods |
The GCounter type exposes the following members.
Name | Description | |
---|---|---|
AssignAncestor |
INTERNAL API: should be called from "updating" methods
(Inherited from FastMergeT.) | |
ClearAncestor |
INTERNAL API: should be called from merge
(Inherited from FastMergeT.) | |
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
CompareTo(GCounter) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(GCounter) | Indicates whether the current object is equal to another object of the same type. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Increment(Cluster) |
Increment the counter by 1.
| |
Increment(UniqueAddress) |
Increment the counter by 1.
| |
Increment(Cluster, BigInteger) |
Increment the counter with the delta specified. The delta must be zero or positive.
| |
Increment(Cluster, UInt64) |
Increment the counter with the delta specified. The delta must be zero or positive.
| |
Increment(UniqueAddress, BigInteger) |
Increment the counter with the delta specified. The delta must be zero or positive.
| |
Increment(UniqueAddress, UInt64) |
Increment the counter with the delta specified. The delta must be zero or positive.
| |
IsAncestorOf |
INTERNAL API: should be used from merge
(Inherited from FastMergeT.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge(GCounter) |
TBD
(Overrides FastMergeTMerge(T).) | |
Merge(IReplicatedData) |
TBD
(Inherited from FastMergeT.) | |
NeedPruningFrom |
TBD
| |
Prune |
TBD
| |
PruningCleanup |
TBD
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |