RegisterApplicationType Method
- Last UpdatedApr 15, 2025
- 1 minute read
Sets a new entry for external applications in the Application Type table of Intelatrac database. This is used for interaction with lightweight
objects.
'Declaration
Public Sub RegisterApplicationType( _
ByVal applicationId As Guid, _
ByVal applicationName As String, _
ByVal token As String _
)
public void RegisterApplicationType(
Guid applicationId,
string applicationName,
string token
)
public:
void RegisterApplicationType(
Guid applicationId,
String^ applicationName,
String^ token
)
Parameters
- applicationId
- The GUID of the application.
- applicationName
- The name of the application.
- token
- A security token retrieved via
AIMserver request