BlindTransferActivity Class
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Transfers a connected call to another telephone number.
Namespace: Microsoft.SpeechServer.Dialog
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)
Syntax
'Declaration
<GlobalizedDescriptionAttribute("BlindTransferActivity")> _
<ToolboxBitmapAttribute(GetType(BlindTransferActivity))> _
<GlobalizedCategoryAttribute("MSSCategory")> _
<ActivityValidatorAttribute(GetType(BlindTransferActivityValidator))> _
<DesignerAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.SpeechSimpleDesigner, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", GetType(IDesigner))> _
Public NotInheritable Class BlindTransferActivity
Inherits Activity
[GlobalizedDescriptionAttribute("BlindTransferActivity")]
[ToolboxBitmapAttribute(typeof(BlindTransferActivity))]
[GlobalizedCategoryAttribute("MSSCategory")]
[ActivityValidatorAttribute(typeof(BlindTransferActivityValidator))]
[DesignerAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.SpeechSimpleDesigner, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(IDesigner))]
public sealed class BlindTransferActivity : Activity
Remarks
In a blind transfer, the called party places the caller on hold, dials the number of the new called party, takes the caller off hold, and then drops off. In contrast, in a supervised transfer, the called party places the caller on hold, dials the number of the new called party, transfers the caller when the new called party answers, and then drops off.
Inheritance Hierarchy
System.Object
???? System.Workflow.ComponentModel.DependencyObject
???????? System.Workflow.ComponentModel.Activity
????????????Microsoft.SpeechServer.Dialog.BlindTransferActivity
Thread Safety
All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition
Target Platforms
Windows Server 2003
See Also
Reference
BlindTransferActivity Members
Microsoft.SpeechServer.Dialog Namespace