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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public void NotifyStartupProgress(
	string taskIdentifier,
	float startupProgress,
	string startupChangeText
)

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

Implements

IServiceManagerNotifyStartupProgress(String, Single, String)
See Also