Click or drag to resize

INotifier Events

The INotifier type exposes the following members.

Events
  Name Description
Public event Disposed Raised after the source object has been properly disposed.
(Inherited from ISupportLifecycle)
Public event ExecutionException Occurs when the IAdapter encounters an Exception during execution.
(Inherited from IAdapter)
Public event NotificationSendComplete Occurs when a notification has been sent.
Public event NotificationSendException Occurs when an Exception is encountered while sending a notification.
Public event NotificationSendStart Occurs when a notification is being sent.
Public event NotificationSendTimeout Occurs when a timeout is encountered while sending a notification.
Public event StatusUpdate Occurs when the IAdapter wants to provide a status update.
(Inherited from IAdapter)
Top
See Also