ConferenceSession.EndTerminateConference Method
Waits for the pending asynchronous termination operation to complete.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndTerminateConference ( _
result As IAsyncResult _
)
'Usage
Dim instance As ConferenceSession
Dim result As IAsyncResult
instance.EndTerminateConference(result)
public void EndTerminateConference(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.