RasDialer.HangUpPollingInterval Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the polling interval, in milliseconds, to determine whether the connection has successfully disconnected during an asynchronous connection attempt.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public int HangUpPollingInterval { get; set; }
Visual Basic
Public Property HangUpPollingInterval As Integer
	Get
	Set
Visual C++
public:
property int HangUpPollingInterval {
	int get ();
	void set (int value);
}
F#
member HangUpPollingInterval : int with get, set

Property Value

Type: Int32

See Also