 | DependencyServiceManagerNotifyStartupProgress Method |
Notify the service manager of startup progress
Namespace: SanteDB.Core.Services.ImplAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic void NotifyStartupProgress(
string taskIdentifier,
float startupProgress,
string startupChangeText
)
Public Sub NotifyStartupProgress (
taskIdentifier As String,
startupProgress As Single,
startupChangeText As String
)
public:
virtual void NotifyStartupProgress(
String^ taskIdentifier,
float startupProgress,
String^ startupChangeText
) sealed
abstract NotifyStartupProgress :
taskIdentifier : string *
startupProgress : float32 *
startupChangeText : string -> unit
override NotifyStartupProgress :
taskIdentifier : string *
startupProgress : float32 *
startupChangeText : string -> unit 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