Click or drag to resize

ProgressState Constructor (Int32, TimeSpan, String)

Initializes a new instance of the ProgressState class.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public ProgressState(
	int percent,
	TimeSpan elapsed,
	string userData
)

Parameters

percent
Type: SystemInt32
Percentile progress value in the [0-100] range.
elapsed
Type: SystemTimeSpan
The elapsed time span.
userData
Type: SystemString
User defined data.
See Also