Calls baseServiceAC.baseGetNextCounter Calls: xct_spACGetNextCounter


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

Syntax

Visual Basic (Declaration)
<WebMethodAttribute(Description := "returns the next incrementing count for a countername from xct_tblACCounter", MessageName := "getNextCounter"), _
 SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)>

Public Function getNextCounter( _ 
   ByVal counterName As String _ 
) As DataSet
C#
[WebMethodAttribute(Description = "returns the next incrementing count for a countername from xct_tblACCounter", MessageName = "getNextCounter")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet getNextCounter(
   string counterName
)
C++
[WebMethodAttribute(Description = L"returns the next incrementing count for a countername from xct_tblACCounter", MessageName = L"getNextCounter")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet getNextCounter(
   String counterName
) sealed 
J#
/** @attribute WebMethodAttribute(Description = "returns the next incrementing count for a countername from xct_tblACCounter", MessageName = "getNextCounter") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet getNextCounter(
   string counterName
)
JScript
public 

   WebMethodAttribute(Description = "returns the next incrementing count for a countername from xct_tblACCounter", MessageName = "getNextCounter")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function getNextCounter(
   counterName : String
) : DataSet

Parameters

counterName

See Also