WebPubSubEventHandler.UserEventPattern Property

Definition

Gets or sets the matching pattern for event names. There are 3 kinds of patterns supported:

  1. "*", it matches any event name
  2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2"
  3. A 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