| MultiVersionVector Methods |
The MultiVersionVector type exposes the following members.
| Name | Description | |
|---|---|---|
| Compare |
Compare two version vectors. The outcome will be one of the following:
(Inherited from VersionVector.)Version 1 is SAME (==) as Version 2 iff for all i c1(i) == c2(i) Version 1 is BEFORE (<) Version 2 iff for all i c1(i) <= c2(i) and there exist a j such that c1(j) < c2(j) Version 1 is AFTER (>) Version 2 iff for all i c1(i) >= c2(i) and there exist a j such that c1(j) > c2(j) Version 1 is CONCURRENT to Version 2 otherwise | |
| Contains | (Overrides VersionVectorContains(UniqueAddress).) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from VersionVector.) | |
| Equals(VersionVector) | Indicates whether the current object is equal to another object of the same type. (Inherited from VersionVector.) | |
| 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 | (Overrides VersionVectorIncrement(UniqueAddress).) | |
| IsAfter | (Inherited from VersionVector.) | |
| IsBefore | (Inherited from VersionVector.) | |
| IsConcurrent | (Inherited from VersionVector.) | |
| IsSame |
Returns true if x VersionVector has the same
history as the y VersionVector else false.
(Inherited from VersionVector.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Merge(IReplicatedData) | (Inherited from VersionVector.) | |
| Merge(VersionVector) | (Overrides VersionVectorMerge(VersionVector).) | |
| NeedPruningFrom | (Overrides VersionVectorNeedPruningFrom(UniqueAddress).) | |
| Prune | (Overrides VersionVectorPrune(UniqueAddress, UniqueAddress).) | |
| PruningCleanup | (Overrides VersionVectorPruningCleanup(UniqueAddress).) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
| VersionAt | (Overrides VersionVectorVersionAt(UniqueAddress).) |
| 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.) |