Transferred Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised when the VoiceXML runtime has completed a phone call transfer to a recipient during an asynchronous Browser session.

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

Syntax

C#
public event EventHandler<TransferredEventArgs> Transferred

Remarks

When the Transferred event is raised, the State property on the TransferredEventArgs instance indicates the transfer state, and the Type property on the TransferredEventArgs instance indicates the transfer type.

See Also