다음을 통해 공유


Lock.IsHeldByCurrentThread 속성

정의

잠금이 현재 스레드에 의해 유지되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true 현재 스레드에 잠금이 있으면 이고, 그렇지 않으면 입니다 false.

적용 대상