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