RasConnection.ClearLinkStatistics Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Clears any accumulated statistics for the link in a multilink connection.

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

Syntax

C#
public bool ClearLinkStatistics()
Visual Basic
Public Function ClearLinkStatistics As Boolean
Visual C++
public:
bool ClearLinkStatistics()
F#
member ClearLinkStatistics : unit -> bool 

Return Value

Type: Boolean
true if the function succeeds, otherwise false.

See Also