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 rec As NetricsRecord _ ) As NetricsTableStats |
| C# |
|---|
| public abstract NetricsTableStats recreplace( string tblName, NetricsRecord rec ) |
| C++ |
|---|
| public: NetricsTableStats recreplace( String tblName, NetricsRecord rec ) abstract |
| J# |
|---|
| public abstract NetricsTableStats recreplace( string tblName, NetricsRecord rec ) |
| JScript |
|---|
| public abstract
function recreplace( tblName : String, rec : NetricsRecord ) : NetricsTableStats |