OneTagProgressArgs Constructor (Int32)

TegoOS

OneTagProgressArgs Constructor (Int32)
Creates progress arguments with a given total word count and the current time.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public OneTagProgressArgs(
	int totalWordCount
)
Public Sub New ( 
	totalWordCount As Integer
)
public:
OneTagProgressArgs(
	int totalWordCount
)
new : 
        totalWordCount : int -> OneTagProgressArgs

Parameters

totalWordCount
Type: SystemInt32
Total word count including this operation plus any future operations.
See Also