Platform SDK: Team Productivity Update

Application Registration on the Team Productivity Update Server

An application informs the Team Productivity Update of its availability by calling TeamAppManager::RegisterAppFactory during setup. This method registers the application with the Team Productivity Update as a "team-aware" application. Team applications can be installed on the same or different computer from the Team Productivity Update. The registration tells the Team Productivity Update the location of the Instantiation URL, and the Instantiation URL indicates the location where the application instance will be deployed. It is recommended, however, that the application template and the Instantiation URL reside on the same computer.

For detailed information about this method, see the Programmer's Reference.

The call to the TeamAppManager::RegisterAppFactory() method requires parameters that represent the following:

In addition, you can pass optional parameters that represent the following:

For information about unregistering a team application from the Team Productivity Update, see Unregistering Team Applications.