The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AsyncLocalValueChangedArgs<T>::ThreadContextChanged Property
.NET Framework (current version)
Returns a value that indicates whether the value changes because of a change of execution context.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the value changed because of a change of execution context; otherwise, false.
The property value is false if the AsyncLocal<T>::Value property is changed explicitly.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Available since 10
.NET Framework
Available since 4.6
Show: