IMultiTenancyServiceGetTenants Method  | 
 
            Retrieves the tenants with the specified IDs.
            
 
    Namespace: 
   Dundas.BI.AccountServices.MultiTenancy
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
 - Type: System.Collections.GenericICollectionGuid
The IDs of the tenants to retrieve. 
Return Value
Type: 
IDictionaryGuid, 
Tenant
            A dictionary (keyed by tenant ID) containing the corresponding 
Tenant
            or 
 if tenant does not exist.
            
Exceptions
See Also