你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DurableTaskOptions.HubName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置所有 IDurableClient、、IDurableEntityClient、 IDurableOrchestrationClientIDurableOrchestrationContext和 IDurableActivityContext 实例使用的默认任务中心名称。
public string HubName { get; set; }
member this.HubName : string with get, set
Public Property HubName As String
属性值
默认任务中心的名称。
注解
任务中心是存储资源的逻辑分组。 可以使用备用任务中心名称将多个 Durable Functions 应用程序彼此隔离,即使这些应用程序使用同一存储后端。