Compartir vía


Lock.IsHeldByCurrentThread Propiedad

Definición

Obtiene un valor que indica si el subproceso actual mantiene el bloqueo.

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

Valor de propiedad

true si el subproceso actual contiene el bloqueo; de lo contrario, false.

Se aplica a