| 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
)
Public Sub New (
progress As Single,
state As String
)
public:
ProgressChangedEventArgs(
float progress,
String^ state
)
new :
progress : float32 *
state : string -> ProgressChangedEventArgs
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