HostExecutionContext::State Property

 

Gets or sets the state of the host execution context.

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

public protected:
property Object^ State {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

An object representing the host execution context state.

The State property value represents a safe handle containing the IUnknown pointer for the host.

.NET Framework
Available since 2.0
Return to top
Show: