次の方法で共有


Lock.IsHeldByCurrentThread プロパティ

定義

ロックが現在のスレッドによって保持されているかどうかを示す値を取得します。

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

プロパティ値

true 現在のスレッドがロックを保持している場合は 。それ以外の場合は false

適用対象