Click or drag to resize

ProgressEventArgs Constructor

Construction

Namespace:  VIZCLASH.NET
Assembly:  VIZCLASH.NET (in VIZCLASH.NET.dll) Version: 1.4.22.1118 (1.4.22.1118)
Syntax
C#
public ProgressEventArgs(
	int taskId,
	int progress,
	int count
)

Parameters

taskId
Type: SystemInt32
Task Id
progress
Type: SystemInt32
Progress Rate
count
Type: SystemInt32
Found Item Count
See Also