Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.CallProxy.BeginTransfer Method (String, Boolean, AsyncCallback, Object)
Initiates a transfer request to the remote participant.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected MustOverride Function BeginTransfer ( _
targetUri As String, _
attended As Boolean, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim targetUri As String
Dim attended As Boolean
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = Me.BeginTransfer(targetUri, _
attended, userCallback, state)
protected abstract IAsyncResult BeginTransfer(
string targetUri,
bool attended,
AsyncCallback userCallback,
Object state
)
Parameters
- targetUri
Type: System.String
The transfer target URI.
- attended
Type: System.Boolean
Boolean value that is true if the transfer is attended.
- userCallback
Type: System.AsyncCallback
The method to be called when the asynchronous operation is completed.
- state
Type: System.Object
A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.
Return Value
Type: System.IAsyncResult