CorrelationInitializer 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.
An abstract base class for correlation initializers that are used to tell the runtime what protocol is being used for the correlation.
public ref class CorrelationInitializer abstract
public abstract class CorrelationInitializer
type CorrelationInitializer = class
Public MustInherit Class CorrelationInitializer
- Inheritance
-
CorrelationInitializer
- Derived
Remarks
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.
Properties
CorrelationHandle |
Gets or sets the CorrelationHandle argument for the correlation initializer. |
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) |