ActorNameFormat.GetFabricServiceEndpointName(Type) Method

Definition

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

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

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

Service endpoint name.

Applies to