Dela via


McuSession.EndEject Method

Waits for the pending eject operation to complete.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub EndEject ( _
    result As IAsyncResult _
)
'Usage
Dim instance As McuSession
Dim result As IAsyncResult

instance.EndEject(result)
public void EndEject(
    IAsyncResult result
)

Parameters

Exceptions

Exception Condition
OperationTimeoutException

Thrown when the operation timed out waiting for a reply.

ConferenceFailureException

Thrown when the operation failed with a Centralized Conference Control Protocol (C3P) body in the response.

RealTimeException

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.

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace