你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricRuntime.RegisterServiceGroupFactory(String, ServiceGroupFactory) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定的 ServiceGroupFactory 类型注册指定的 。
public void RegisterServiceGroupFactory (string serviceGroupTypeName, System.Fabric.ServiceGroupFactory factory);
member this.RegisterServiceGroupFactory : string * System.Fabric.ServiceGroupFactory -> unit
Public Sub RegisterServiceGroupFactory (serviceGroupTypeName As String, factory As ServiceGroupFactory)
参数
- serviceGroupTypeName
- String
作为字符串) (ServiceGroup 服务类型的类型名称。 这应与清单和/或 CreateServiceGroup 命令中指定的服务组类型的类型匹配。
- factory
- ServiceGroupFactory
可以 ServiceGroupFactory 创建指定的服务组类型的 。