Freigeben über


ClockVector.Count-Eigenschaft

Ruft die Anzahl der im Taktvektor enthaltenen Elemente ab.

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

Eigenschaftenwert

Die Anzahl der im Taktvektor enthaltenen Elemente.

Siehe auch

Verweis

ClockVector-Klasse
ClockVector-Member
Microsoft.Synchronization-Namespace