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 recKeys As String() _ 
) As NetricsRecord()
C#
public abstract NetricsRecord[] recget(
   string tblName,
   string[] recKeys
)
C++
public:
 array<NetricsRecord>^ recget(
   String tblName,
   array<String>^ recKeys
) abstract 
J#
public abstract NetricsRecord[] recget(
   string tblName,
   string[] recKeys
)
JScript
public abstract  function recget(
   tblName : String,
   recKeys : String[]
) : NetricsRecord[]

See Also