Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndTerminate ( _
result As IAsyncResult _
)
'Usage
Dim instance As BackToBackCall
Dim result As IAsyncResult
instance.EndTerminate(result)
public void EndTerminate(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
See Also
Reference
Microsoft.Rtc.Collaboration Namespace
BeginTerminate(AsyncCallback, Object)
BeginTerminate(BackToBackCallTerminateOptions, AsyncCallback, Object)