CallbackCorrelationInitializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the associated CorrelationHandle with a callback correlation.
public ref class CallbackCorrelationInitializer sealed : System::ServiceModel::Activities::CorrelationInitializer
public sealed class CallbackCorrelationInitializer : System.ServiceModel.Activities.CorrelationInitializer
type CallbackCorrelationInitializer = class
inherit CorrelationInitializer
Public NotInheritable Class CallbackCorrelationInitializer
Inherits CorrelationInitializer
- Inheritance
Remarks
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.
Constructors
CallbackCorrelationInitializer() |
Initializes a new instance of the CallbackCorrelationInitializer 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) |