IMultiTenancyServiceGetTenants Method |
Retrieves the tenants with the specified IDs.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIDictionary<Guid, Tenant?> GetTenants(
ICollection<Guid> tenantIds
)
Function GetTenants (
tenantIds As ICollection(Of Guid)
) As IDictionary(Of Guid, Tenant)
IDictionary<Guid, Tenant^>^ GetTenants(
ICollection<Guid>^ tenantIds
)
abstract GetTenants :
tenantIds : ICollection<Guid> -> IDictionary<Guid, Tenant> Parameters
- tenantIds ICollectionGuid
- The IDs of the tenants to retrieve.
Return Value
IDictionaryGuid,
Tenant
A dictionary (keyed by tenant ID) containing the corresponding
Tenant
or
if tenant does not exist.
Exceptions
See Also