|
INotifierNotificationSendTimeout Event
|
Occurs when a timeout is encountered while sending a notification.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxevent EventHandler NotificationSendTimeout
Event NotificationSendTimeout As EventHandler
event EventHandler^ NotificationSendTimeout {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract NotificationSendTimeout : IEvent<EventHandler,
EventArgs>
function add_NotificationSendTimeout(value);
function remove_NotificationSendTimeout(value);
View SourceValue
EventHandler
See Also