Edit

Share via


AudioVideoMcuSession.EndMute(IAsyncResult) Method

Definition

Waits for the pending operation to complete.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous 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.

Applies to