IAzureCosmosDbGetDeletedDevices Method
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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.