 | IUpdateManagerUpdate Method |
Update all apps
Namespace: SanteDB.Client.ServicesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxvoid Update(
bool nonInteractive
)
Sub Update (
nonInteractive As Boolean
)
void Update(
bool nonInteractive
)
abstract Update :
nonInteractive : bool -> unit Parameters
- nonInteractive Boolean
- True if the update should just not prompt for installation
See Also