次の方法で共有


ActorNameFormat.GetLocalEseStoreConfigSectionName(Type) メソッド

定義

アクター サービスの構成パッケージで指定されたローカル ストア構成セクション名を取得します。

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

パラメーター

actorImplementationType
Type

アクターを実装するクラスの型。

戻り値

ローカル ストア構成セクション名。

注釈

ローカル ESE 構成セクションで指定された値は、アクターの状態を格納するための 構成 LocalEseStoreSettings に使用されます。

適用対象