ExpiringDeviceCacheGetAsync Method

Retrieves a DeviceDto by its identifiers in a device message frame.

Definition

Namespace: MobileTrack.Receiver.Extensions
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public Task<DeviceDto?> GetAsync(
	DeviceMessageFrame key
)

Parameters

key  DeviceMessageFrame
Device message frame that represents the device to look up.

Return Value

TaskDeviceDto
The device (if found)

See Also