AsyncLocalValueChangedArgs<T>.ThreadContextChanged プロパティ

定義

実行コンテキストの変更が原因で値が変更されたかどうかを示す値を返します。

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

プロパティ値

Boolean

true実行コンテキストの変更によって値が変更された場合。それ以外の場合は . false

注釈

プロパティ値は、 false プロパティが AsyncLocal<T>.Value 明示的に変更された場合です。

適用対象