McuSession.EndSendCommand(IAsyncResult) 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.
Waits for the pending send command to complete.
protected:
Microsoft::Rtc::Collaboration::ConferenceCommandResponse ^ EndSendCommand(IAsyncResult ^ result);
protected Microsoft.Rtc.Collaboration.ConferenceCommandResponse EndSendCommand (IAsyncResult result);
member this.EndSendCommand : IAsyncResult -> Microsoft.Rtc.Collaboration.ConferenceCommandResponse
Protected Function EndSendCommand (result As IAsyncResult) As ConferenceCommandResponse
Parameters
- result
- IAsyncResult
The reference to the pending asynchronous operation.
Returns
The results of the operation.
Exceptions
Thrown when the operation timed out waiting for a reply.
Thrown when the operation failed with a Centralized Conference Control Protocol (C3P) body in the response.
Thrown when the operation failed without a C3P body in the response.
Remarks
The operation times out if no response was received within three minutes. If a pending response was received, the wait period is reset back to three minutes.