IAccountManagerRefresh Method

Begins asynchronous reload the account and licensing information. On completion of reload StatusChanged event is raised.

The source of information depends on the type of sign in.

  • If the user is signed in online then the information is loaded from WorkingServerUrl.
  • In case of offline activation the information is loaded from the license activation file in SettingsDirectory.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
void Refresh()

See Also