Waits for the pending asynchronous cancel operation to complete.

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

Syntax

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

Parameters

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

Exceptions

Exception Condition
Microsoft.Rtc.Collaboration . . :: . ConferenceFailureException Thrown when deleting a conference failed with a Centralized Conference Control Protocol (C3P) body in the response.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when deleting a conference failed without a C3P body in the response.

See Also