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