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: