Partilhar via


RealTimeServerConnectionManager.ListeningAborted Event

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.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event ListeningAborted As EventHandler(Of ErrorEventArgs)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim handler As EventHandler(Of ErrorEventArgs)

AddHandler instance.ListeningAborted, handler
public event EventHandler<ErrorEventArgs> ListeningAborted

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace