AsyncProgressT Constructor
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public AsyncProgress(
T operationType,
int maximumValue,
int currentValue
)
Public Sub New (
operationType As T,
maximumValue As Integer,
currentValue As Integer
)
public:
AsyncProgress(
T operationType,
int maximumValue,
int currentValue
)
new :
operationType : 'T *
maximumValue : int *
currentValue : int -> AsyncProgress
Parameters
- operationType T
- Provides some information about the current operation.
- maximumValue Int32
- The maximum value.
- currentValue Int32
- The current value.