Share via


ActorNameFormat.GetFabricServiceWrappedMessageEndpointName(Type) Method

Definition

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

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

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

Service endpoint name.

Applies to