 | IServiceManagerNotifyStartupProgress Method |
Notify the service manager of startup progress
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid NotifyStartupProgress(
string taskIdentifier,
float startupProgress,
string startupChangeText
)
Sub NotifyStartupProgress (
taskIdentifier As String,
startupProgress As Single,
startupChangeText As String
)
void NotifyStartupProgress(
String^ taskIdentifier,
float startupProgress,
String^ startupChangeText
)
abstract NotifyStartupProgress :
taskIdentifier : string *
startupProgress : float32 *
startupChangeText : string -> unit Parameters
- taskIdentifier String
- The identifier for the task being performed
- startupProgress Single
- The progress of the task normalized between 0 and 1. A value of less than zero indicates an indeterminate progress value.
- startupChangeText String
- The text or message for the startup event
See Also