Lists statistics on thesauri currently loaded on the server.


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

Syntax

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

Parameters

thes_names
The names of the thesauri to be listed. Pass null to list all thesauri on the server.

Return Value

An array of NetricsThesStats, one per thesaurus listed or one for each thesaurus loaded on the server.

Exceptions

Exception TypeCondition
NetricsExceptionIf the server indicates that an error has occured (Possible errors - THESNOTFOUND, EXPECTLIST, PARAMVAL, NOTBLDESC, NOSYSINIT)

See Also