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