OnTransferring Method (Object, String, TransferType, TransferState)

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

C#
protected virtual void OnTransferring(
	Object sender,
	string targetSip,
	TransferType transferType,
	TransferState transferState
)

Parameters

sender
Type: System..::..Object
The object that initiated the Transferring 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.

See Also