Browser..::..CallProxy..::..BeginTransfer Method (String, Boolean, AsyncCallback, Object) |
Browser..::..CallProxy Class See Also Send Feedback |
Initiates a transfer request to the remote participant.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
C# |
---|
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.