共用方式為


Lock.IsHeldByCurrentThread 屬性

定義

取得值,這個值表示鎖定是否由目前線程保留。

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

屬性值

true 如果目前的線程持有鎖定,則為 ;否則為 false

適用於