Share via


ActorNameFormat.GetMigrationSourceEndpointName(Type) Method

Definition

Gets the Migration Source Service endpoint which is specified in service manifest for the actor service.

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

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

Kvs Migration Service endpoint name.

Applies to