Click or drag to resize

ApplicationContextSetProgress Method

Sets the progress

Namespace:  SanteDB.DisconnectedClient
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void SetProgress(
	string text,
	float progress
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:SanteDB.DisconnectedClient.ApplicationContext.SetProgress(System.String,System.Single)"]

progress
Type: SystemSingle

[Missing <param name="progress"/> documentation for "M:SanteDB.DisconnectedClient.ApplicationContext.SetProgress(System.String,System.Single)"]

See Also