List information on TIBCO® 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 Type | Condition |
|---|---|
| NetricsException | If 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 TIBCO® Patterns - Search Learn Models currently loaded on the TIBCO® 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.