Share via


ServiceCorrelationDescription Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Creates a particular correlation between services.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.Description.ServiceCorrelationDescription

Syntax

public sealed class ServiceCorrelationDescription

Constructors

Name Description
System_CAPS_pubmethod ServiceCorrelationDescription()

Initializes a new instance of the ServiceCorrelationDescription class.

Properties

Name Description
System_CAPS_pubproperty Scheme

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

System_CAPS_pubproperty ServiceName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string of the ServiceCorrelationDescription in the form 'ServiceName', 'Scheme' (Overrides Object.ToString().)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric.Description Namespace

Return to top