Share via


Note

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

Browser.OnTransferring Method (Object, String, TransferType, TransferState)

Provides information about the TargetSip, the type(), and the state() for a Transferring event during an asynchronous Browser session.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

'Declaration
Protected Overridable Sub OnTransferring ( _
    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.OnTransferring(sender, targetSip, _
    transferType, transferState)
protected virtual void OnTransferring(
    Object sender,
    string targetSip,
    TransferType transferType,
    TransferState transferState
)

Parameters

  • targetSip
    Type: System.String
    The SIP URI of the transfer destination.

See Also

Reference

Browser Class

Browser Members

OnTransferring Overload

Microsoft.Speech.VoiceXml Namespace