RasConnection.HangUp Method (Int32)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Terminates the remote access connection.

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

Syntax

C#
public void HangUp(
	int pollingInterval
)
Visual Basic
Public Sub HangUp ( 
	pollingInterval As Integer
)
Visual C++
public:
void HangUp(
	int pollingInterval
)
F#
member HangUp : 
        pollingInterval : int -> unit 

Parameters

pollingInterval
Type: System..::..Int32
The length of time, in milliseconds, the thread must be paused while polling whether the connection has terminated.

See Also