ServiceNotification.Endpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.