Share via


ActorNameFormat.GetFabricServiceV2EndpointName(Type) Method

Definition

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

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

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

Service endpoint name.

Applies to