RasAutoDialManager.UpdateAutoDialStatus Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Updates the AutoDial status for a specific TAPI dialing location.

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

Syntax

C#
public bool UpdateAutoDialStatus(
	int dialingLocation,
	bool enabled
)
Visual Basic
Public Function UpdateAutoDialStatus ( 
	dialingLocation As Integer,
	enabled As Boolean
) As Boolean
Visual C++
public:
bool UpdateAutoDialStatus(
	int dialingLocation, 
	bool enabled
)
F#
member UpdateAutoDialStatus : 
        dialingLocation : int * 
        enabled : bool -> bool 

Parameters

dialingLocation
Type: System..::..Int32
The TAPI dialing location to update.
enabled
Type: System..::..Boolean
true to enable AutoDial, otherwise false to disable it.

Return Value

Type: Boolean
true if the operation was successful, otherwise false.

See Also