Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.OnTransferred Method (Object, String, TransferType, TransferState)
Provides information about the TargetSip, the type(), and the state() for a Transferred event during an asynchronous Browser session.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected Overridable Sub OnTransferred ( _
sender As Object, _
targetSip As String, _
transferType As TransferType, _
transferState As TransferState _
)
'Usage
Dim sender As Object
Dim targetSip As String
Dim transferType As TransferType
Dim transferState As TransferState
Me.OnTransferred(sender, targetSip, _
transferType, transferState)
protected virtual void OnTransferred(
Object sender,
string targetSip,
TransferType transferType,
TransferState transferState
)
Parameters
- sender
Type: System.Object
The object that initiated the Transferred event.
- targetSip
Type: System.String
The SIP URI of the transfer destination.
- transferType
Type: Microsoft.Speech.VoiceXml.Common.TransferType
The type of phone call transfer to be performed.
- transferState
Type: Microsoft.Speech.VoiceXml.Common.TransferState
The state of a VoiceXML phone call transfer request.