The CustomNotification type exposes the following members.

Constructors

  NameDescription
Public methodCustomNotification
Initializes a new instance of the CustomNotification class.

Methods

  NameDescription
Public methodChangeWatchedNotifications(array<CustomMessageHeader>[]()[][])
Sends a request to the server to change the watched notifications, replacing the existing watch.
Public methodChangeWatchedNotifications(array<CustomMessageHeader>[]()[][], array<CustomMessageHeader>[]()[][])
Sends a request to the server to change the watched notifications.
Public methodChangeWatchedNotificationsAsync(array<CustomMessageHeader>[]()[][], EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object)
Asynchronously sends a request to the server to change the watched notifications, replacing the existing watch.
Public methodChangeWatchedNotificationsAsync(array<CustomMessageHeader>[]()[][], array<CustomMessageHeader>[]()[][], EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object)
Asynchronously sends a request to the server to change the watched notifications.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCurrentlyWatchedHeaders
Returns the currently watched headers.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching()()()()
Determines whether a watch is active.
Public methodIsWatching(CustomMessageHeader)
Determines whether a watch is active and if the specified value is being watched.
Public methodIsWatching(List<(Of <<'(CustomMessageHeader>)>>))
Determines whether a watch is active and if the specified values are being watched.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSendApplicationRequest
Sends the specified custom request.
Public methodSendApplicationRequestAsync
Sends the no response asynchronously.
Public methodSendApplicationResponse
Sends the response.
Public methodSendApplicationResponseAsync
Sends the response asynchronously.
Public methodSendServerRequestNoResponse
Sends a message, with no response expected.
Public methodSendServerRequestNoResponseAsync
Asynchronously sends a message, with no response expected.
Public methodStartWatching
Sends a request to the server to start watching for messages with the given header information.
Public methodStartWatchingAsync
Asynchronously sends a request to the server to start watching for messages with the given header information.
Public methodStopWatching()()()()
Stops watching for custom messages.
Public methodStopWatching(EventHandler<(Of <<'(AsyncCompletedEventArgs>)>>), Object)
Asynchronously stops watching for custom messages.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Events

  NameDescription
Public eventCustomNotificationReceived
Occurs when a CustomNotification is received from the server.

See Also