NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Public MustOverride Function recreplace( _ 
   ByVal tblName As String,  _ 
   ByVal src As NetricsTableRecSrc,  _ 
   ByVal doMaxWork As Boolean _ 
) As NetricsTableStats
C#
public abstract NetricsTableStats recreplace(
   string tblName,
   NetricsTableRecSrc src,
   bool doMaxWork
)
C++
public:
 NetricsTableStats recreplace(
   String tblName,
   NetricsTableRecSrc src,
   bool doMaxWork
) abstract 
J#
public abstract NetricsTableStats recreplace(
   string tblName,
   NetricsTableRecSrc src,
   bool doMaxWork
)
JScript
public abstract  function recreplace(
   tblName : String,
   src : NetricsTableRecSrc,
   doMaxWork : bool
) : NetricsTableStats

See Also