IHostManagementGetCounterNextValueAsync Method

Get the next counter value except for the application's predefined counters asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> GetCounterNextValueAsync(
	string counterCode,
	string serialCode = null
)

Parameters

counterCode  String
Counter code, table [counters].
serialCode  String  (Optional)
Serial code, if it is a serial counter.

Return Value

TaskInt64
Int64 with the next counter value.

See Also