MobileTrack Nexus Documentation
C#
Show/Hide TOC
IAzure
Storage
Get
Any
File 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
C#
Copy
Request Example
Task
<
BlobDto
>
GetAnyFile
()
Return Value
Task
BlobDto
Found file
Remarks
Only
for testing purposes!!!
See Also
Reference
IAzureStorage Interface
MobileTrack.DataContainers.FileStorage Namespace
In This Article
Definition
Remarks
See Also