Share via


SignalRUpstreamTemplate.CategoryPattern Property

Definition

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