ActorNameFormat.GetFabricServiceTypeName(Type) Method

Definition

Gets service type name for the actor.

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

Parameters

actorImplementationType
Type

Actor implementation type.

Returns

Service type name.

Applies to