Click or drag to resize

RedCentreLicensingProvider Methods

The RedCentreLicensingProvider type exposes the following members.

Methods
  Name Description
Public method CompareJobsAndContainers Comparing the licensing customer and job records as registered in the Comos DB backing storage is more complicated than it is in the SQL backing storage. All customers with DataLocation Cloud are processed, and those with StorageKey (connect string) values are attempted to be matched-up with Azure Storage Accounts.
Public method Dispose  
Public method GetNavigationData Getting the Red Centre licensing navigation tree is complicated because (for historical reasons through Ruby) the underlying Cosmos DB database stores the entities in a different hierarchy and the tree relationships do not join users to customers and jobs. The hack user string fields CloudCustomerNames and JobNames contain a joined set of customer and job names respectively which defines joins loosely on names and not their unique ids.
Top
See Also