NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Function idxlist( _ 
   ByVal tblnames As String() _ 
) As NetricsIdxStats()
C#
NetricsIdxStats[] idxlist(
   string[] tblnames
)
C++
array<NetricsIdxStats>^ idxlist(
   array<String>^ tblnames
) abstract 
J#
NetricsIdxStats[] idxlist(
   string[] tblnames
)
JScript
function idxlist(
   tblnames : String[]
) : NetricsIdxStats[]

See Also