次の方法で共有


CodePackageActivationContext.GetEndpoints メソッド

定義

サービス マニフェスト内のすべてのエンドポイントを取得します。

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.EndpointResourceDescription> GetEndpoints ();
abstract member GetEndpoints : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.EndpointResourceDescription>
override this.GetEndpoints : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.EndpointResourceDescription>
Public Function GetEndpoints () As KeyedCollection(Of String, EndpointResourceDescription)

戻り値

サービス マニフェストのエンドポイント。

実装

適用対象