Use this method only on the advice of your Netrics representative.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub setXparm( _ ByVal id As Integer, _ ByVal val As Integer _ ) _ Implements INetricsQuery.setXparm |
| C# |
|---|
| public void setXparm( int id, int val ) |
| C++ |
|---|
| public: void setXparm( int id, int val ) sealed |
| J# |
|---|
| public void setXparm( int id, int val ) |
| JScript |
|---|
| public
function setXparm( id : int, val : int ) |