Share via


ActorNameFormat.GetFabricServiceReplicatorEndpointName(Type) Method

Definition

Gets the replicator endpoint which is specified in service manifest for the actor service.

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

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

Service replicator endpoint name.

Applies to