HostExecutionContext Class

Definition

Encapsulates and propagates the host execution context across threads.

public ref class HostExecutionContext : IDisposable
public ref class HostExecutionContext
public class HostExecutionContext : IDisposable
public class HostExecutionContext
type HostExecutionContext = class
    interface IDisposable
type HostExecutionContext = class
Public Class HostExecutionContext
Implements IDisposable
Public Class HostExecutionContext
Inheritance
HostExecutionContext
Implements

Remarks

The HostExecutionContext is part of a larger ExecutionContext. The host context migrates, or flows, with the execution context.

Constructors

HostExecutionContext()

Initializes a new instance of the HostExecutionContext class.

HostExecutionContext(Object)

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

Properties

State

Gets or sets the state of the host execution context.

Methods

CreateCopy()

Creates a copy of the current host execution context.

Dispose()

Releases all resources used by the current instance of the HostExecutionContext class.

Dispose(Boolean)

When overridden in a derived class, releases the unmanaged resources used by the WaitHandle, and optionally releases the managed resources.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to