Share via


ConferenceServices.EndCancelConference Method

Waits for the pending asynchronous cancel operation to complete.

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

Syntax

'Declaration
Public Sub EndCancelConference ( _
    result As IAsyncResult _
)
'Usage
Dim instance As ConferenceServices
Dim result As IAsyncResult

instance.EndCancelConference(result)
public void EndCancelConference(
    IAsyncResult result
)

Parameters

Exceptions

Exception Condition
ConferenceFailureException

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

RealTimeException

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

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace