Event OnEventsDropped
- Namespace
 - Skyline.DataMiner.Utils.DOM.UnitTesting
 
- Assembly
 - Skyline.DataMiner.Utils.DOM.dll
 
Called when the server has dropped a series of events for a client. This happens when the server is unable to get the events to the client fast enough and typically indicates a problem on the server. The dropping of events does not close the connection. Instead, the Connection object is still valid. When this event has been fired on a connection, Cube will show a pop-up indicating that the state is incomplete.
public event EventsDroppedEventHandler OnEventsDropped
Returns
- EventsDroppedEventHandler
 - Called when the server has dropped a series of events for a client. This happens when the server is unable to get the events to the client fast enough and typically indicates a problem on the server. The dropping of events does not close the connection. Instead, the Connection object is still valid. When this event has been fired on a connection, Cube will show a pop-up indicating that the state is incomplete.
 
- Implements