NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Function thes_stats( _ ByVal thes_names As String() _ ) As NetricsThesStats() |
| C# |
|---|
| NetricsThesStats[] thes_stats( string[] thes_names ) |
| C++ |
|---|
| array<NetricsThesStats>^ thes_stats( array<String>^ thes_names ) abstract |
| J# |
|---|
| NetricsThesStats[] thes_stats( string[] thes_names ) |
| JScript |
|---|
|
function thes_stats( thes_names : String[] ) : NetricsThesStats[] |