The CustomNotification type exposes the following members.
Methods
Name | Description | |
---|---|---|
ChangeWatchedNotifications(array<CustomMessageHeader>[]()[][]) |
Sends a request to the server to change the watched notifications, replacing the existing watch.
| |
ChangeWatchedNotifications(array<CustomMessageHeader>[]()[][], array<CustomMessageHeader>[]()[][]) |
Sends a request to the server to change the watched notifications.
| |
ChangeWatchedNotificationsAsync(array<CustomMessageHeader>[]()[][], EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) |
Asynchronously sends a request to the server to change the watched notifications, replacing the existing watch.
| |
ChangeWatchedNotificationsAsync(array<CustomMessageHeader>[]()[][], array<CustomMessageHeader>[]()[][], EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) |
Asynchronously sends a request to the server to change the watched notifications.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCurrentlyWatchedHeaders |
Returns the currently watched headers.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsWatching()()()() |
Determines whether a watch is active.
| |
IsWatching(CustomMessageHeader) |
Determines whether a watch is active and if the specified value is being watched.
| |
IsWatching(List<(Of <<'(CustomMessageHeader>)>>)) |
Determines whether a watch is active and if the specified values are being watched.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SendApplicationRequest |
Sends the specified custom request.
| |
SendApplicationRequestAsync |
Sends the no response asynchronously.
| |
SendApplicationResponse |
Sends the response.
| |
SendApplicationResponseAsync |
Sends the response asynchronously.
| |
SendServerRequestNoResponse |
Sends a message, with no response expected.
| |
SendServerRequestNoResponseAsync |
Asynchronously sends a message, with no response expected.
| |
StartWatching |
Sends a request to the server to start watching for messages with the given header information.
| |
StartWatchingAsync |
Asynchronously sends a request to the server to start watching for messages with the given header information.
| |
StopWatching()()()() |
Stops watching for custom messages.
| |
StopWatching(EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object) |
Asynchronously stops watching for custom messages.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |