Use this method only on the advice of your TIBCO representative.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub setXparm( _ 
   ByVal id As Integer,  _ 
   ByVal val As Integer _ 
)
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
)

See Also