ContextCorrelationInitializer Class
Initializes the associated CorrelationHandle with a.NET Context Exchange-based correlation, subject to the ContextExchangeMechanism specified.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
System.ServiceModel.Activities::CorrelationInitializer
System.ServiceModel.Activities::ContextCorrelationInitializer
| Name | Description | |
|---|---|---|
![]() | ContextCorrelationInitializer() | Initializes a new instance of the ContextCorrelationInitializer class. |
| Name | Description | |
|---|---|---|
![]() | CorrelationHandle | Gets or sets the CorrelationHandle argument for the correlation initializer.(Inherited from CorrelationInitializer.) |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

