Gets or sets the update interval of the connection information that the class holds.
[Visual Basic]
Public Property DataUpdateInterval As Integer
[C#]
public int DataUpdateInterval {get; set;}
Property Value
Value that indicates the updating interval. The unit to be used is millisecond. The default value is 100 milliseconds.
Example
How to set the updating interval of the connection information that the class holds, as 1 second.
dialup.DataUpdateInterval = 1000
dialup.DataUpdateInterval = 1000;
See Also
AwDialupLE Class | Asterworld.Dialup Namespace