ResolvedServicePartition.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 endpoints of the service partition.
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 collection of ResolvedServiceEndpoint for the specified service partition.
Remarks
A resolved service endpoint contains the role of the stateful service replica or stateless service instance and the address where this replica can be reached.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET