AwDialupLE.DataUpdateInterval Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.