|
| DotRas SDK Documentation |
| DialCompletedEventArgs..::..TimedOut Property |
| DialCompletedEventArgs Class See Also Send Feedback |
|
Gets a value indicating whether the asynchronous dial attempt timed out.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool TimedOut { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TimedOut As Boolean Get |
| Visual C++ |
|---|
public: property bool TimedOut { bool get (); } |
| F# |
|---|
member TimedOut : bool with get |