Click or drag to resize

ProgressChangedEventArgs(Single, String) Constructor

Note: This API is now obsolete.

Creates a new progress changed event args with no task identifier

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[ObsoleteAttribute("Use ProgressChangedEventArgs(string, float, string)")]
public ProgressChangedEventArgs(
	float progress,
	string state
)

Parameters

progress  Single
The progress of the state change
state  String
The textual status of the state change
Remarks
This constructor is for backwards compatibility and will assign a default TaskIdentifier. Implementers should call ProgressChangedEventArgs(String, Single, String)
See Also