The ILinxterRegistration type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetProgramActivationUrl |
Get Linxter Web Manager Url to activate a program instance.
| |
| RegisterProgramInstance |
Registers this instance of a program with the Linxter service.
| |
| ReIssueProgramInstance |
Re-registers the program instance in the case that this program has changed ownership or location.
| |
| RenameAlias |
Renames the alias.
|
Properties
| Name | Description | |
|---|---|---|
| ActivationCode |
Gets the program instance's activation ID that is necessary for registering this program with Web Manager. This will be blank if the program is auto activated.
| |
| Alias |
Gets the ProgramInstance's alias name.
| |
| IsActivated |
Gets a value indicating whether this instance of the program has been activated.
| |
| IsRegistered |
Gets a value indicating whether the program instance registration of this instance has been completed.
| |
| IsTerminated |
Gets a value to indicated if this instance has been terminated. Termination happens when the associated program is
removed from the Linxter ISB and all instances of that program get terminated. Any calls to the SDK after termination will fail
because the instance is no longer a valid instance from the back end and it cannot be re-registered because the associated Program no longer exists.
| |
| ProgramId |
Gets the unique ID value for this program. It's assigned to a program, after the program is registered on the Web Manager site.
| |
| ProgramInstanceId |
Gets the unique ID value for this program instance. It’s provided by Linxter ISB while program instance registration.
| |
| ProgramName |
Gets the name of the program.
|
Events
| Name | Description | |
|---|---|---|
| ProgramInstanceActivated |
Occurs when the program instance is activated.
| |
| ProgramInstanceTerminated |
Indicates the program instance has been terminated. This is usually due to the program type being removed from Linxter. The instance can no longer be used.
| |
| ProgramInstanceUnregistered |
Indicates the instance registration has been unregistered. The program will have to call RegisterProgramInstance again to become a new instance.
| |
| ProgramSettingChanged |
Occurs when a program setting in the ISB is changed.
|