|
INotifierNotificationSendStart Event
|
Occurs when a notification is being sent.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxevent EventHandler NotificationSendStart
Event NotificationSendStart As EventHandler
event EventHandler^ NotificationSendStart {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract NotificationSendStart : IEvent<EventHandler,
EventArgs>
function add_NotificationSendStart(value);
function remove_NotificationSendStart(value);
View SourceValue
EventHandler
See Also