|
INotifierNotificationSendComplete Event
|
Occurs when a notification has been sent.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxevent EventHandler NotificationSendComplete
Event NotificationSendComplete As EventHandler
event EventHandler^ NotificationSendComplete {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract NotificationSendComplete : IEvent<EventHandler,
EventArgs>
function add_NotificationSendComplete(value);
function remove_NotificationSendComplete(value);
View SourceValue
EventHandler
See Also