Version of dump which does not require a lock key.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function dump( _ ByVal tblName As String _ ) As NetricsTable _ Implements INetricsServerInterface.dump |
C# |
---|
public NetricsTable dump( string tblName ) |
C++ |
---|
public: NetricsTable dump( String tblName ) sealed |
J# |
---|
public NetricsTable dump( string tblName ) |
JScript |
---|
public
function dump( tblName : String ) : NetricsTable |