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
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
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. |