次の方法で共有


ActorNameFormat.GetFabricServiceV2EndpointName(Type) メソッド

定義

アクター サービスのサービス マニフェストで指定されているアクター型のサービス エンドポイントを取得します。

public static string GetFabricServiceV2EndpointName (Type actorImplementationType);
static member GetFabricServiceV2EndpointName : Type -> string
Public Shared Function GetFabricServiceV2EndpointName (actorImplementationType As Type) As String

パラメーター

actorImplementationType
Type

アクターを実装するクラスの型。

戻り値

サービス エンドポイント名。

適用対象