DotRas SDK Documentation |
RasAutoDialManager..::..FailedConnectionTimeout Property |
RasAutoDialManager Class See Also Send Feedback |
Gets or sets the length of time (in seconds) between AutoDial connection attempts.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public int FailedConnectionTimeout { get; set; } |
Visual Basic |
---|
Public Property FailedConnectionTimeout As Integer Get Set |
Visual C++ |
---|
public: property int FailedConnectionTimeout { int get (); void set (int value); } |
F# |
---|
member FailedConnectionTimeout : int with get, set |
Property Value
Type: Int32Remarks
When an AutoDial connection attempt fails, the AutoDial service disables subsequent attempts to reach the same address for the timeout period. The default value is 5 seconds.