OneTagProgressArgs Constructor (DateTime, Int32, Int32)

TegoOS

OneTagProgressArgs Constructor (DateTime, Int32, Int32)
Creates progress arguments with a given total word count and including data from previous operations.

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

Parameters

startTime
Type: SystemDateTime
Start time to report (usually set to the start time of the first operation).
previousWordCount
Type: SystemInt32
Number of words previously encoded.
totalWordCount
Type: SystemInt32
Total word count including this operation plus any previous and future operations.
See Also