SpinLock.IsHeldByCurrentThread 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示此鎖定是否由目前執行緒持有。
public:
property bool IsHeldByCurrentThread { bool get(); };
public bool IsHeldByCurrentThread { get; }
member this.IsHeldByCurrentThread : bool
Public ReadOnly Property IsHeldByCurrentThread As Boolean
屬性值
如果此鎖定由目前執行緒持有則為 true,否則為 false。
例外狀況
已停用執行緒擁有權追蹤。
備註
如果鎖定已初始化以追蹤擁有者執行緒,這會傳回目前線程是否取得鎖定。 當鎖定初始化為未追蹤執行緒擁有權時,使用此屬性無效。