Share via


ActorNameFormat.GetLocalEseStoreConfigSectionName(Type) Method

Definition

Gets local store configuration section name specified in configuration package for the actor service.

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

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

Local store configuration section name.

Remarks

Values specified in local ESE configuration section are used to configure LocalEseStoreSettings for storing the state of actor.

Applies to