Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool ThreadContextChanged {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft