CallbackCorrelationInitializer Class
Initializes the associated CorrelationHandle with a callback correlation.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
System.ServiceModel.Activities::CorrelationInitializer
System.ServiceModel.Activities::CallbackCorrelationInitializer
| Name | Description | |
|---|---|---|
![]() | CallbackCorrelationInitializer() | Initializes a new instance of the CallbackCorrelationInitializer 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 callback correlation is based on the callback context exchange mechanism described in the .NET Context Exchange Protocol Specification. To use callback 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.

