| IServiceManagerNotifyStartupProgress Method |
Notify the service manager of startup progress
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax void NotifyStartupProgress(
float startupProgress,
string startupChangeText
)
Sub NotifyStartupProgress (
startupProgress As Single,
startupChangeText As String
)
void NotifyStartupProgress(
float startupProgress,
String^ startupChangeText
)
abstract NotifyStartupProgress :
startupProgress : float32 *
startupChangeText : string -> unit
Parameters
- startupProgress
- Type: SystemSingle
The progress change - startupChangeText
- Type: SystemString
The text or message for the startup event
See Also