This class represents the ibi™ Patterns - Search Server's response to a search command.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsSearchResponse
C#
public class NetricsSearchResponse
C++
ref class NetricsSearchResponse
J#
public class NetricsSearchResponse
JScript
public class NetricsSearchResponse

Remarks

Use the getSearchResults method to get the list of records returned by the search.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsSearchResponse

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also