Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Browser.CallProxy.EndTransfer Method

The EndTransfer 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 EndTransfer ( _
    result As IAsyncResult _
)
'Usage
Dim result As IAsyncResult

Me.EndTransfer(result)
protected abstract void EndTransfer(
    IAsyncResult result
)

Parameters

Exceptions

Exception Condition
InvalidOperationException

Thrown when this method is invoked multiple times using the same asyncResult.

ArgumentNullException

Thrown when the result parameter is null.

ArgumentException

Thrown when the result parameter is invalid.

See Also

Reference

Browser.CallProxy Class

Browser.CallProxy Members

Microsoft.Speech.VoiceXml Namespace