RealTimeServerConnectionManager.StopListening Method
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.
Stops listening for new connections.
public:
void StopListening();
public void StopListening ();
member this.StopListening : unit -> unit
Public Sub StopListening ()
Exceptions
Thrown when the endpoint never listened or already stopped listening.
Thrown when the endpoint stopped listening and timed out.
Thrown when the operation failed.