 | ClientApplicationContextBaseAutoRestoreEnvironment Method |
Perform automatic restoration of a previous environment
Namespace: SanteDB.ClientAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxprotected virtual void AutoRestoreEnvironment()
Protected Overridable Sub AutoRestoreEnvironment
protected:
virtual void AutoRestoreEnvironment()
abstract AutoRestoreEnvironment : unit -> unit
override AutoRestoreEnvironment : unit -> unit
Remarks
In order to restore a device environment - a user may create a backup on an old environment and then restore that environment on a new tablet. This method prompts the user
for the restoration password of the previous tablet.
See Also