Waits for the pending eject operation to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
EndEject ( _
	
result 
As 
IAsyncResult _
)
C#
public 
void 
EndEject(
	
IAsyncResult 
result
)
Visual C++
public:
void 
EndEject(
	
IAsyncResult^ 
result
)
JavaScript
function 
endEject(
result);

Parameters

result
Type: IAsyncResult
The reference to the pending asynchronous operation.

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.

Exceptions

Exception Condition
Microsoft.Rtc.Signaling . . :: . OperationTimeoutException Thrown when the operation timed out waiting for a reply.
Microsoft.Rtc.Collaboration . . :: . ConferenceFailureException Thrown when the operation failed with a Centralized Conference Control Protocol (C3P) body in the response.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when the operation failed without a C3P body in the response.

See Also