HostExecutionContext Constructor (Object^)

 

Initializes a new instance of the HostExecutionContext class using the specified state.

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

public:
HostExecutionContext(
	Object^ state
)

Parameters

state
Type: System::Object^

An object representing the host execution context state.

The HostExecutionContext is included with the ExecutionContext. The state represents a safe handle containing the IUnknown pointer for the host.

.NET Framework
Available since 2.0
Return to top
Show: