GHAConnectionManagerNoNetwork Event |
Raised when a network connection is unavailable
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax public event EventHandler NoNetwork
Public Event NoNetwork As EventHandler
public:
event EventHandler^ NoNetwork {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member NoNetwork : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also