IAzureCosmosDbGetDeletedDevices Method
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<List<DeviceDto>> GetDeletedDevices(
CompanyDto company,
UserSessionData requester,
CancellationToken cancellationToken = default
)
- company CompanyDto
- Company the environments belong to
- requester UserSessionData
- User requesting the data
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskListDeviceDto(empty) list of deleted environments.