Intersoft WebCombo Documentation
Latency Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : Latency Property






Specifies the wait time after last keypress in milliseconds before the control make data request. Specifies the wait time after last keypress in milliseconds before the control make data request.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the wait time after last keypress in milliseconds before the control make data request.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Latency As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As Integer
 
instance.Latency = value
 
value = instance.Latency
C# 
[DescriptionAttribute("Specifies the wait time after last keypress in milliseconds before the control make data request.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public int Latency {get; set;}
Delphi 
public read-write property Latency: Integer; 
JScript 
DescriptionAttribute("Specifies the wait time after last keypress in milliseconds before the control make data request.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Behavior")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set Latency : int
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the wait time after last keypress in milliseconds before the control make data request.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property int get_Latency();
public: __property void set_Latency( 
   int value
);
C++/CLI 
[DescriptionAttribute("Specifies the wait time after last keypress in milliseconds before the control make data request.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property int Latency {
   int get();
   void set (    int value);
}

Remarks

Setting this property to a lower number produces a faster response based on entered query. You should carefully consider the value for this property as it will affect on server's performance and workloads. You may consider a lower number if you're using the control in Intranet or when server workload is minimal. Default value is 500. For more information, you can read How-to: Set the latency.  

Setting this property to a lower number results a faster response based on entered query. You should carefully consider the value for this property as it will affect on server's performance and workloads. You may consider a lower number if you're using the control in Intranet or when server workload is minimal. Default value is 500.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.