次の方法で共有


ActorNameFormat.GetCodePackageName(Type) メソッド

定義

アクターのサービス パッケージで使用されるコード パッケージ名を取得します。

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

パラメーター

actorImplementationType
Type

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

戻り値

コード パッケージ名。

注釈

コード パッケージ名は、サービス内から としてアクセスできます。 CodePackageName

適用対象