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