你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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