CorrelationDataDescription 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.
Allows a particular channel to opt-in to providing correlation data and specify the conditions under which the data is provided, such as whether it is provided by default, optionally, on send, before send, or on receive.
public ref class CorrelationDataDescription abstract
public abstract class CorrelationDataDescription
type CorrelationDataDescription = class
Public MustInherit Class CorrelationDataDescription
- Inheritance
-
CorrelationDataDescription
Constructors
CorrelationDataDescription() |
Called by derived classes to initialize the object. |
Properties
IsDefault |
When overridden in a derived class, indicates whether the correlation data should be included in default generated correlation queries. |
IsOptional |
When overridden in a derived class, indicates whether the correlation data is optional as part of a query. |
KnownBeforeSend |
When overridden in a derived class, indicates whether the data is definitely known before any data is transmitted. |
Name |
When overridden in a derived class, gets the name of the correlation protocol that provides the correlation data. |
ReceiveValue |
When overridden in a derived class, indicates whether the current CorrelationDataDescription is available while receiving a message. |
SendValue |
When overridden in a derived class, indicates whether the current CorrelationDataDescription is available while sending a message. |
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) |