Share via


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.

See Also

Reference

Browser Class

Browser Members

OnTransferred Overload

Microsoft.Speech.VoiceXml Namespace