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