Click or drag to resize

ProgressState Constructor (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(
	string userData
)

Parameters

userData
Type: SystemString
User defined data.
See Also