Share via


ActorNameFormat.GetActorStateProviderSettingsSectionName(Type) Method

Definition

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

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

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

ActorStateProvider configuration section name.

Remarks

Values specified in ActorStateProvider configuration section are used to configure IActorStateProvider

Applies to