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 _ ) As NetricsTable |
C# |
---|
public abstract NetricsTable dump( string tblName ) |
C++ |
---|
public: NetricsTable dump( String tblName ) abstract |
J# |
---|
public abstract NetricsTable dump( string tblName ) |
JScript |
---|
public abstract
function dump( tblName : String ) : NetricsTable |