The base function used by all other classes for reading from the AC counter table


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

Syntax

Visual Basic (Declaration)
Public Function baseGetNextCounter( _ 
   ByVal counterName As String _ 
) As DataSet
C#
public DataSet baseGetNextCounter(
   string counterName
)
C++
public:
 DataSet baseGetNextCounter(
   String counterName
) sealed 
J#
public DataSet baseGetNextCounter(
   string counterName
)
JScript
public  function baseGetNextCounter(
   counterName : String
) : DataSet

Parameters

counterName

See Also