ContextCorrelationInitializer Class

Definition

Initializes the associated CorrelationHandle with a .NET Context Exchange-based correlation, subject to the ContextExchangeMechanism specified.

public ref class ContextCorrelationInitializer sealed : System::ServiceModel::Activities::CorrelationInitializer
public sealed class ContextCorrelationInitializer : System.ServiceModel.Activities.CorrelationInitializer
type ContextCorrelationInitializer = class
    inherit CorrelationInitializer
Public NotInheritable Class ContextCorrelationInitializer
Inherits CorrelationInitializer
Inheritance
ContextCorrelationInitializer

Remarks

A context correlation is based on the context exchange mechanism described in the .NET Context Exchange Protocol Specification. To use context correlation a context-based binding such as BasicHttpContextBinding, WSHttpContextBinding, or NetTcpContextBinding must be used.

Constructors

ContextCorrelationInitializer()

Initializes a new instance of the ContextCorrelationInitializer class.

Properties

CorrelationHandle

Gets or sets the CorrelationHandle argument for the correlation initializer.

(Inherited from CorrelationInitializer)

Methods

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