Defines a notifier that can process notification messages.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface INotifier : ISupportLifecycle, IDisposable, IPersistSettings
Public Interface INotifier _ Implements ISupportLifecycle, IDisposable, IPersistSettings
public interface class INotifier : ISupportLifecycle, IDisposable, IPersistSettings
Members
All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
Enabled()()() | (Inherited from ISupportLifecycle.) | |
Initialize()()() | (Inherited from ISupportLifecycle.) | |
LoadSettings()()() | (Inherited from IPersistSettings.) | |
NotificationSendComplete |
Occurs when a notification has been sent.
| |
NotificationSendException |
Occurs when an Exception is encountered while sending a notification.
| |
NotificationSendStart |
Occurs when a notification is being sent.
| |
NotificationSendTimeout |
Occurs when a timeout is encountered while sending a notification.
| |
Notify(String, String, String, NotificationTypes) |
Process a notification.
| |
NotifyOptions |
Gets or set NotificationTypes that can be processed by the notifier.
| |
NotifyTimeout |
Gets or sets the number of seconds to wait for Notify(String, String, String, NotificationTypes) to complete.
| |
PersistSettings()()() | (Inherited from IPersistSettings.) | |
SaveSettings()()() | (Inherited from IPersistSettings.) | |
SettingsCategory()()() | (Inherited from IPersistSettings.) |
See Also