ExpiringDeviceCacheGetAsync Method
Retrieves a
DeviceDto by its identifiers in a device message frame.
Namespace: MobileTrack.Receiver.ExtensionsAssembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public Task<DeviceDto?> GetAsync(
DeviceMessageFrame key
)
- key DeviceMessageFrame
- Device message frame that represents the device to look up.
TaskDeviceDtoThe device (if found)