Share via


ConferenceServices.EndUpdateConference Method

Waits for the pending asynchronous update operation to complete.

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

Syntax

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

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

Parameters

Return Value

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

Exceptions

Exception Condition
ConferenceFailureException

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

RealTimeException

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

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace