WebPubSubEventHandler.UserEventPattern Property

Definition

Gets or sets the matching pattern for event names. There are 3 kind of patterns supported: 1. "*", it to matches any event name 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2" 3. The single event name, for example, "event1", it matches "event1"

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

Property Value

Applies to