ListeningAborted Event

Raised when the listening is aborted.

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

Remarks

Raised when the listening is aborted either due to application calling [StopListing] or when an internal failure occurs such as failure to accept an incoming connection. The exception in the event argument can be nullNothingnullptrunita null reference (Nothing in Visual Basic) if the application called [StopListening].

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace