SignalRUpstreamTemplate.CategoryPattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the matching pattern for category names. If not set, it matches any category. There are 3 kind of patterns supported: 1. "*", it to matches any category name. 2. Combine multiple categories with ",", for example "connections,messages", it matches category "connections" and "messages". 3. The single category name, for example, "connections", it matches the category "connections".
public string CategoryPattern { get; set; }
member this.CategoryPattern : string with get, set
Public Property CategoryPattern As String
Property Value
Applies to
Azure SDK for .NET