ServiceCorrelationDescription Class

Definition

Creates a particular correlation between services.

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

Constructors

ServiceCorrelationDescription()

Initializes a new instance of the ServiceCorrelationDescription class.

ServiceCorrelationDescription(String, String)

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. Possible values include: 'Invalid', 'Affinity', 'AlignedAffinity', 'NonAlignedAffinity'

ServiceName

Gets or sets the name of the service that the correlation relationship is established with.

Methods

Validate()

Validate the object.

Applies to