This method is used to get the active and future tenant services by tenant id.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, TenantServiceMapping> GetActiveAndFutureTenantServicesByTenantId(
string tenantId
)
public static Dictionary<string, TenantServiceMapping> GetActiveAndFutureTenantServicesByTenantId(
string tenantId
)
Public Shared Function GetActiveAndFutureTenantServicesByTenantId (
tenantId As String
) As Dictionary(Of String, TenantServiceMapping)
Public Shared Function GetActiveAndFutureTenantServicesByTenantId (
tenantId As String
) As Dictionary(Of String, TenantServiceMapping)
static member GetActiveAndFutureTenantServicesByTenantId :
tenantId : string -> Dictionary<string, TenantServiceMapping>
static member GetActiveAndFutureTenantServicesByTenantId :
tenantId : string -> Dictionary<string, TenantServiceMapping>
Parameters
- tenantId
- Type: System String
The tenant id.
Return Value
Type:
Dictionary String,
TenantServiceMapping Dictionary of Tenant Service Mapping
Exception | Condition |
---|
System ArgumentNullException | Throws ArgumentNullException if any mandatory argument is null or empty |
[!:ServiceMappingException] | Throws ServiceMappingException. |