WebPubSubEventNameFilter.SystemEvents 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 a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response.
public System.Collections.Generic.IList<string> SystemEvents { get; }
member this.SystemEvents : System.Collections.Generic.IList<string>
Public ReadOnly Property SystemEvents As IList(Of String)