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 _ Implements INetricsServerInterface.recadd |
| 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
Implements
INetricsServerInterface.recadd
Exceptions
| Exception Type | Condition |
|---|---|
| NetricsException | If the server indicates that an error has occured |