RealTimeServerConnectionManager.ListeningAborted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)