ibi Patterns - Search 6.0.0 .NET API |
NetricsServerInterface.recadd Method (String, NetricsRecord) |
See AlsoExample |
![]() ![]() |
Add a single record to a table.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function recadd( _ ByVal tblName As String, _ ByVal rec As NetricsRecord _ ) As NetricsTableStats |
C# |
---|
public NetricsTableStats recadd( string tblName, NetricsRecord rec ) |
C++ |
---|
public: NetricsTableStats recadd( String tblName, NetricsRecord rec ) sealed |
J# |
---|
public NetricsTableStats recadd( string tblName, NetricsRecord rec ) |
JScript |
---|
public
function recadd( tblName : String, rec : NetricsRecord ) : NetricsTableStats |
Parameters
- tblName
- The name of the table that the record will be added to
- rec
- The record which will be added
Return Value
The stats for the table after the record has been added
Exceptions
Exception Type | Condition |
---|---|
NetricsException | If the server indicates an error occured |