NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Function Simple( _ ByVal qstr As String, _ ByVal fldnames As String(), _ ByVal fldweights As Double() _ ) As NetricsQuery |
| C# |
|---|
| NetricsQuery Simple( string qstr, string[] fldnames, double[] fldweights ) |
| C++ |
|---|
| NetricsQuery Simple( String qstr, array<String>^ fldnames, array<double>^ fldweights ) abstract |
| J# |
|---|
| NetricsQuery Simple( string qstr, string[] fldnames, double[] fldweights ) |
| JScript |
|---|
|
function Simple( qstr : String, fldnames : String[], fldweights : double[] ) : NetricsQuery |