ServiceGroupMemberDescription.ServiceName Property

Definition

Gets or sets the name of the service within the service group.

public Uri ServiceName { get; set; }
member this.ServiceName : Uri with get, set
Public Property ServiceName As Uri

Property Value

Uri

The Uri representing the service name.

Remarks

Services are independently named inside the service group. This name is used as a portion of the stable fabric name to resolve the service. For example, if the service group’s name is "fabric:/groupA" and the service name provided here is "svc1", then a client should resolve the name “fabric:/groupA#svc1” to resolve this service.

Applies to

See also