次の方法で共有


ActorNameFormat.GetMigrationSourceEndpointName(Type) メソッド

定義

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

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

パラメーター

actorImplementationType
Type

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

戻り値

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

適用対象