Delete one or more TIBCO Patterns Learn Models.


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

Syntax

Visual Basic (Declaration)
Public Sub rldelete( _ 
   ByVal modellist As String() _ 
) _
    Implements INetricsServerInterface.rldelete
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.

Implements

INetricsServerInterface.rldelete

Exceptions

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

Remarks

This deletes or more TIBCO Patterns Learn Models currently loaded on the TIBCO Patterns Engine.

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.

See Also