The amount of time is took to perform the search.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getSearchTime() As Single
C#
public float getSearchTime()
C++
public:
 float getSearchTime() sealed 
J#
public float getSearchTime()
JScript
public  function getSearchTime() : float

Return Value

A float representing the amount of time spent performing the search (in seconds).

See Also