List information on ibi™ Patterns - Search Learn Models.


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

Syntax

Visual Basic (Declaration)
Public Function rllist( _ 
   ByVal modellist As String() _ 
) As NetricsModelStats()
C#
public NetricsModelStats[] rllist(
   string[] modellist
)
C++
public:
 array<NetricsModelStats>^ rllist(
   array<String>^ modellist
) sealed 
J#
public NetricsModelStats[] rllist(
   string[] modellist
)
JScript
public  function rllist(
   modellist : String[]
) : NetricsModelStats[]

Parameters

modellist
The names of the models to be listed. Pass null to list all models on the server.

Return Value

An array of NetricsModelStats objects.

Exceptions

Exception TypeCondition
NetricsExceptionIf the server indicates that an error has occured (Possible errors - NODBDESC, RLINKMODELNOTFOUND, EXPECTLIST, FEATURESET, PARAMVAL, INTERNAL, NOSYSINIT)

Remarks

This lists basic information on one or more ibi™ Patterns - Search Learn Models currently loaded on the ibi™ Patterns - Search Server.

If any of the model names given are not on the engine a NetricsException error is thrown with a code of RLINKMODELNOTFOUND.

See Also