Share via


ActorNameFormat.GetFabricApplicationTypeName(String) Method

Definition

Gets the application type name used in application manifest when creating Service Fabric Application package for the actor.

public static string GetFabricApplicationTypeName (string appPrefix);
static member GetFabricApplicationTypeName : string -> string
Public Shared Function GetFabricApplicationTypeName (appPrefix As String) As String

Parameters

appPrefix
String

Prefix to be used for the application type name.

Returns

Application type name.

Applies to