次の方法で共有


ActorNameFormat.GetFabricServiceReplicatorEndpointName(Type) メソッド

定義

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

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

パラメーター

actorImplementationType
Type

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

戻り値

サービス レプリケーター エンドポイント名。

適用対象