NOTE: This method is now obsolete.



Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function recdelete( _ 
   ByVal tblName As String,  _ 
   ByVal recKey As String _ 
) As NetricsTableStats
C#
public abstract NetricsTableStats recdelete(
   string tblName,
   string recKey
)
C++
public:
 NetricsTableStats recdelete(
   String tblName,
   String recKey
) abstract 
J#
public abstract NetricsTableStats recdelete(
   string tblName,
   string recKey
)
JScript
public abstract  function recdelete(
   tblName : String,
   recKey : String
) : NetricsTableStats

See Also