Share via


ServiceNotification.Endpoints Property

Definition

Gets the new replica or instance endpoints published by the service. The collection will be empty if the service has been deleted.

public System.Collections.Generic.ICollection<System.Fabric.ResolvedServiceEndpoint> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.ICollection<System.Fabric.ResolvedServiceEndpoint>
Public ReadOnly Property Endpoints As ICollection(Of ResolvedServiceEndpoint)

Property Value

A list of endpoints published by the service.

Applies to