CorrelationInitializer Class
An abstract base class for correlation initializers that are used to tell the runtime what protocol is being used for the correlation.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
System.ServiceModel.Activities::CorrelationInitializer
System.ServiceModel.Activities::CallbackCorrelationInitializer
System.ServiceModel.Activities::ContextCorrelationInitializer
System.ServiceModel.Activities::QueryCorrelationInitializer
System.ServiceModel.Activities::RequestReplyCorrelationInitializer
| Name | Description | |
|---|---|---|
![]() | CorrelationHandle | Gets or sets the CorrelationHandle argument for the correlation initializer. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The runtime uses the CorrelationHandle for correlation if it is present, otherwise the CorrelatesWith property of the messaging activity will be used. If both are absent, the ambient handle provided by CorrelationScope or the workflow service is 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.


