IAzureCosmosDbGetEnvironmentDevices Method
Retrieves all Devices belonging to the environment and its sub-environments.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<Dictionary<Guid, DeviceDto>> GetEnvironmentDevices(
CompanyDto company,
EnvironmentDto environment,
CancellationToken cancellationToken = default
)
- company CompanyDto
- company the environment and Devices belong to
- environment EnvironmentDto
- environment to get the items from
- cancellationToken CancellationToken (Optional)
- Cancellation Token
TaskDictionaryGuid,
DeviceDtoAll Devices belonging to the
environment and its sub-environments.