AsyncLocal<T>::Value Property

 

Gets or sets the value to associate with the current CallContext.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property T Value {
	T get();
	void set(T value);
}

Property Value

Type: T

Returns the value.

Return to top
Show: