Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of elements that are contained in the clock vector.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As ClockVector
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
/** @property */
public final int get_Count ()
public final function get Count () : int
Property Value
The number of elements that are contained in the clock vector.
See Also
Reference
ClockVector Class
ClockVector Members
Microsoft.Synchronization Namespace