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