NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Sub setRlPreds( _ ByVal preds As NetricsPredicate() _ ) |
| C# |
|---|
| void setRlPreds( NetricsPredicate[] preds ) |
| C++ |
|---|
| void setRlPreds( array<NetricsPredicate>^ preds ) abstract |
| J# |
|---|
| void setRlPreds( NetricsPredicate[] preds ) |
| JScript |
|---|
|
function setRlPreds( preds : NetricsPredicate[] ) |