RealTimeServerConnectionManager.EndStopListening(IAsyncResult) Method

Definition

Waits for the stop listening operation to complete.

public:
 void EndStopListening(IAsyncResult ^ result);
public void EndStopListening (IAsyncResult result);
member this.EndStopListening : IAsyncResult -> unit
Public Sub EndStopListening (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Applies to