StopListening Method

Thrown when the [Listen] method times out.

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

Syntax

'Declaration
Public Sub StopListening
'Usage
Dim instance As RealTimeServerConnectionManager

instance.StopListening()
public void StopListening()

Exceptions

Exception Condition
OperationTimeoutException

Thrown when the endpoint stopped listening and timed out.

RealTimeException

Thrown when the operation failed.

InvalidOperationException

Thrown when the endpoint never listened or already stopped listening.

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace