Click or drag to resize

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
)

Parameters

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

Implements

IServiceManagerNotifyStartupProgress(Single, String)
See Also