NOTE: This method is now obsolete.
Version of dump which does not require a lock key. Deprecated since 5.6.0. Use cursors instead.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function dump( _ ByVal tblName As String _ ) As NetricsTable |
| 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 |