Waits for the pending asynchronous scheduling operation to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
EndScheduleConference ( _
	
result 
As 
IAsyncResult _
) 
As 

Conference
C#
public 

Conference 
EndScheduleConference(
	
IAsyncResult 
result
)
Visual C++
public:

Conference^ 
EndScheduleConference(
	
IAsyncResult^ 
result
)
JavaScript
function 
endScheduleConference(
result);

Parameters

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

Return Value

Information about the scheduled conference.

Exceptions

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

See Also