ServiceNotification.Endpoints プロパティ

定義

サービスによって発行された新しいレプリカまたはインスタンス エンドポイントを取得します。 サービスが削除された場合、コレクションは空になります。

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)

プロパティ値

サービスによって発行されたエンドポイントの一覧。

適用対象