Browser..::..OnTransferring Method (Object, String, TransferType, TransferState) |
Browser Class See Also Send Feedback |
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.