Click or drag to resize

ProgressChangedEventArgs Constructor

Creates a new progress changed event

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public ProgressChangedEventArgs(
	float progress,
	string state
)

Parameters

progress
Type: SystemSingle
The progress of the operation which is being reported on
state
Type: SystemString
The state object to report with the progress
See Also