Function CSPApplication::GetAppID()
Description:
Retrieves the unique Application ID.
 |
Prototype:
const CSPString& GetAppID() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the string containing the Application ID.
Remarks:
Every application of your web server has a unique ID, which is, however, shared among all the clients that use the application.
|
|