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