次の方法で共有


ActorNameFormat.GetMigrationTargetEndpointName(Type) メソッド

定義

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

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

パラメーター

actorImplementationType
Type

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

戻り値

Kvs Migration Service エンドポイント名。

適用対象