Edit

Share via


McuSession.EndEject(IAsyncResult) Method

Definition

Waits for the pending eject operation to complete.

public:
 void EndEject(IAsyncResult ^ result);
public void EndEject (IAsyncResult result);
member this.EndEject : IAsyncResult -> unit
Public Sub EndEject (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 progress notification was received, the wait period is reset back to three minutes.

Applies to