NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function recadd( _ ByVal tblName As String, _ ByVal rec As NetricsRecord _ ) As NetricsTableStats |
C# |
---|
public abstract NetricsTableStats recadd( string tblName, NetricsRecord rec ) |
C++ |
---|
public: NetricsTableStats recadd( String tblName, NetricsRecord rec ) abstract |
J# |
---|
public abstract NetricsTableStats recadd( string tblName, NetricsRecord rec ) |
JScript |
---|
public abstract
function recadd( tblName : String, rec : NetricsRecord ) : NetricsTableStats |