 | ProgressChangedEventArgs(Single, String) Constructor |
Note: This API is now obsolete.
Creates a new progress changed event args with no task identifier
Namespace: SanteDB.Core.ServicesAssembly: 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
)<ObsoleteAttribute("Use ProgressChangedEventArgs(string, float, string)")>
Public Sub New (
progress As Single,
state As String
)public:
[ObsoleteAttribute(L"Use ProgressChangedEventArgs(string, float, string)")]
ProgressChangedEventArgs(
float progress,
String^ state
)
[<ObsoleteAttribute("Use ProgressChangedEventArgs(string, float, string)")>]
new :
progress : float32 *
state : string -> ProgressChangedEventArgsParameters
- progress Single
- The progress of the state change
- state String
- The textual status of the state change
Remarks
See Also