ReaderWriterLockSlim.RecursiveWriteCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前執行緒已進入寫入模式鎖定的次數,做為遞迴的表示。
public:
property int RecursiveWriteCount { int get(); };
public int RecursiveWriteCount { get; }
member this.RecursiveWriteCount : int
Public ReadOnly Property RecursiveWriteCount As Integer
屬性值
如果目前的執行緒尚未進入寫入模式,則為 1,如果執行緒已進入寫入模式,但尚未遞迴進入寫入模式,則為 n;如果執行緒以遞迴方式輸入寫入模式則為n - 1 次。
備註
只針對偵錯、分析及記錄目的使用這個屬性,而不是控制演算法的行為。 結果可以在計算結果後立即變更。 因此,根據這個屬性做出決策並不安全。