Edit

Share via


RealTimeServerConnectionManager.ListeningAborted Event

Definition

Raised when the listening is aborted either due to application calling StopListening or when an internal failure occurs such as failure to accept an incoming connection. The exception in the event argument can be null if the application called StopListening.

public:
 event EventHandler<System::IO::ErrorEventArgs ^> ^ ListeningAborted;
public event EventHandler<System.IO.ErrorEventArgs> ListeningAborted;
member this.ListeningAborted : EventHandler<System.IO.ErrorEventArgs> 
Public Custom Event ListeningAborted As EventHandler(Of ErrorEventArgs) 

Event Type

Applies to