RepositoryConnection

To access services and applications, you often require the connection to a central repository. Variables of the type RepositoryConnection store such connections. To initialize them, use the function CreateRepositoryConnectionExisting().

RepositoryConnection rep = CreateRepositoryConnectionExisting();