NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Function tblload( _ 
   ByVal tbl As NetricsTable _ 
) As NetricsTableStats
C#
NetricsTableStats tblload(
   NetricsTable tbl
)
C++
NetricsTableStats tblload(
   NetricsTable tbl
) abstract 
J#
NetricsTableStats tblload(
   NetricsTable tbl
)
JScript
function tblload(
   tbl : NetricsTable
) : NetricsTableStats

See Also