ServiceCorrelationDescription Class

Definition

Creates a particular correlation between services.

public sealed class ServiceCorrelationDescription
type ServiceCorrelationDescription = class
Public NotInheritable Class ServiceCorrelationDescription
Inheritance
ServiceCorrelationDescription

Constructors

ServiceCorrelationDescription()

Initializes a new instance of the ServiceCorrelationDescription class.

Properties

Scheme

Gets or sets the ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.

ServiceName

Gets or sets the name of the service that you want to establish the correlation relationship with.

Methods

ToString()

Returns a string of the ServiceCorrelationDescription in the form 'ServiceName', 'Scheme'

Applies to