SpinLock.IsHeld Proprietà

Definizione

Ottiene un valore che indica se attualmente il blocco è mantenuto da un thread.

public:
 property bool IsHeld { bool get(); };
public bool IsHeld { get; }
member this.IsHeld : bool
Public ReadOnly Property IsHeld As Boolean

Valore della proprietà

true se attualmente il blocco è mantenuto da un thread; in caso contrario, false.

Si applica a

Vedi anche