Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.CallProxy.EndTerminate Method
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected MustOverride Sub EndTerminate ( _
result As IAsyncResult _
)
'Usage
Dim result As IAsyncResult
Me.EndTerminate(result)
protected abstract void EndTerminate(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.