ManualResetEventSlim.SpinCount プロパティ

定義

カーネル ベースの待機操作に戻る前に発生するスピン待機の数を取得します。

public:
 property int SpinCount { int get(); };
public int SpinCount { get; }
member this.SpinCount : int
Public ReadOnly Property SpinCount As Integer

プロパティ値

カーネル ベースの待機操作に戻る前に発生するスピン待機の数を返します。

適用対象

こちらもご覧ください