Share via


Note

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

TransferredEventArgs Class

Contains information that can be used in the event handler of the application when the Transferred event is raised during an asynchronous Browser session.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Speech.VoiceXml.Common.TransferredEventArgs

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

Syntax

'Declaration
Public Class TransferredEventArgs _
    Inherits EventArgs
'Usage
Dim instance As TransferredEventArgs
public class TransferredEventArgs : EventArgs

Remarks

The Transferred event is raised when the VoiceXML application has completed a phone call transfer to a recipient during an asynchronous Browser session.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TransferredEventArgs Members

Microsoft.Speech.VoiceXml.Common Namespace