ConferenceServices.EndScheduleConference Method

Waits for the pending asynchronous scheduling operation to complete.

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

Syntax

'Declaration
Public Function EndScheduleConference ( _
    result As IAsyncResult _
) As Conference
'Usage
Dim instance As ConferenceServices
Dim result As IAsyncResult
Dim returnValue As Conference

returnValue = instance.EndScheduleConference(result)
public Conference EndScheduleConference(
    IAsyncResult result
)

Parameters

Return Value

Type: Microsoft.Rtc.Collaboration.Conference
Information about the scheduled conference.

Exceptions

Exception Condition
ConferenceFailureException

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

RealTimeException

Thrown when scheduling a conference failed without a C3P body in the response.

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace