AzureStorageGetAnyFile Method

This method grabs the first file in the Blob storage it can find.

Definition

Namespace: MobileTrack.DataContainers.FileStorage
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<BlobDto> GetAnyFile()

Return Value

TaskBlobDto
Found file

Implements

IAzureStorageGetAnyFile

Remarks

Only for testing purposes!!!

See Also