SocketWrench .NET Edition

InternetDialer.Interval Property

Gets and sets the interval at which the connection is monitored.

[Visual Basic]
Public Property Interval As Integer
[C#]
public int Interval {get; set;}

Property Value

An integer value which specifies the interval in milliseconds.

Remarks

The Interval property specifies the interval, in milliseconds, at which the connection is monitored by the class. The minimum value of 0 indicates that the class should not monitor the connection. The maximum interval value is 65536 milliseconds, which is slightly more than one minute. The default value is 1000, which causes the control to check the connection status every second.

Note that setting the property value to zero will prevent the class from detecting certain conditions, such as a disconnected telephone line or a modem that is turned off.

See Also

InternetDialer Class | SocketTools Namespace