Delete one or more ibi™ Patterns - Search Learn Models.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub rldelete( _ ByVal modellist As String() _ ) |
C# |
---|
public void rldelete( string[] modellist ) |
C++ |
---|
public: void rldelete( array<String>^ modellist ) sealed |
J# |
---|
public void rldelete( string[] modellist ) |
JScript |
---|
public
function rldelete( modellist : String[] ) |
Parameters
- modellist
- The names of the models to be deleted. Pass null to delete all models on the server.
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 deletes 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, however all other models will still be deleted.