Click or drag to resize

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
)

Parameters

startupProgress
Type: SystemSingle
The progress change
startupChangeText
Type: SystemString
The text or message for the startup event
See Also