ClockVector::Add Method
Adds an element to the clock vector.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- item
- Type: Microsoft.Synchronization::IClockVectorElement
The element to add to the clock vector.
Implements
ICollection<T>::Add(T)| Exception | Condition |
|---|---|
| ArgumentException | item cannot be cast to an instance of ClockVectorElement. |
Show: