MobileTrack Nexus Documentation
C#
Show/Hide TOC
Azure
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
public
Task
<
BlobDto
>
GetAnyFile
()
Return Value
Task
BlobDto
Found file
Implements
IAzureStorage
GetAnyFile
Remarks
Only
for testing purposes!!!
See Also
Reference
AzureStorage Class
MobileTrack.DataContainers.FileStorage Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also