InstanceEntry.SpinLock Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public ReadOnly Property SpinLock As Integer
Get
'Usage
Dim instance As InstanceEntry
Dim value As Integer
value = instance.SpinLock
public int SpinLock { get; }
Property Value
Type: System.Int32
See Also