NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Sub thdelete( _ 
   ByVal theslist As String() _ 
)
C#
void thdelete(
   string[] theslist
)
C++
void thdelete(
   array<String>^ theslist
) abstract 
J#
void thdelete(
   string[] theslist
)
JScript
function thdelete(
   theslist : String[]
)

See Also