ManualResetEventSlim.SpinCount 属性

定义

获取在回退到基于内核的等待操作之前将发生的自旋等待数量。

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

属性值

返回在回退到基于内核的等待操作之前将发生的自旋等待数量。

适用于

另请参阅