AsyncProgressT Constructor

Initializes a new instance of the AsyncProgressT struct.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public AsyncProgress(
	T operationType,
	int maximumValue,
	int currentValue
)

Parameters

operationType  T
Provides some information about the current operation.
maximumValue  Int32
The maximum value.
currentValue  Int32
The current value.

See Also