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

SignalRUpstreamTemplate.CategoryPattern 属性

定义

获取或设置类别名称的匹配模式。 如果未设置,则与任何类别匹配。 支持 3 种模式:1. “*”,以匹配任何类别名称。 2. 将多个类别与 “,”合并,例如“connections,messages”,它匹配类别“connections”和“messages”。 3. 单个类别名称(例如“connections”)与类别“connections”匹配。

public string CategoryPattern { get; set; }
member this.CategoryPattern : string with get, set
Public Property CategoryPattern As String

属性值

适用于