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

ActorNameFormat.GetConfigPackageName(Type) 方法

定义

获取执行组件的服务包中使用的配置包名称。

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

参数

actorImplementationType
Type

实现执行组件的类的类型。

返回

配置包名称。

适用于