Share via


ActorNameFormat.GetConfigPackageName(Type) Method

Definition

Gets the configuration package name used in service package for the actor.

public static string GetConfigPackageName (Type actorImplementationType = default);
static member GetConfigPackageName : Type -> string
Public Shared Function GetConfigPackageName (Optional actorImplementationType As Type = Nothing) As String

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

configuration package name.

Applies to