IHostManagementGetCounterNextValueAsync Method
Get the next counter value except for the application's predefined counters asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<long> GetCounterNextValueAsync(
string counterCode,
string serialCode = null
)
Function GetCounterNextValueAsync (
counterCode As String,
Optional serialCode As String = Nothing
) As Task(Of Long)
- counterCode String
- Counter code, table [counters].
- serialCode String (Optional)
- Serial code, if it is a serial counter.
TaskInt64Int64 with the next counter value.