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 | |
---|---|---|
ServiceCorrelationDescription() | Initializes a new instance of the ServiceCorrelationDescription class. |
Properties
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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