RasDialer.DialAsync Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Dials the connection asynchronously.

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

Syntax

C#
public RasHandle DialAsync()
Visual Basic
Public Function DialAsync As RasHandle
Visual C++
public:
RasHandle^ DialAsync()
F#
member DialAsync : unit -> RasHandle 

Return Value

Type: RasHandle
The handle of the connection.

Exceptions

Exception Condition
System..::..InvalidOperationException A phone number or an entry name with phone book path is required to dial.

See Also