Get the records returned by the search.


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

Syntax

Visual Basic (Declaration)
Public Function getSearchResults() As NetricsSearchResult()
C#
public NetricsSearchResult[] getSearchResults()
C++
public:
 array<NetricsSearchResult>^ getSearchResults() sealed 
J#
public NetricsSearchResult[] getSearchResults()
JScript
public  function getSearchResults() : NetricsSearchResult[]

Return Value

An array of records which matched the query with additional scoring information. Not null. The records are in order based on the matchScore of the record (from largest to smallest).

See Also