public FetchFileAsync ( IRBlobInfo blob, string filePath, bool doCleanUp, IProgress |
||
blob | IRBlobInfo | Blob from which the data is to be retrieved. |
filePath | string | Path to the file where the retrieved data will be written. |
doCleanUp | bool | true to add blob upon transfer for cleanup on dispose, false to ignore it after transfer. |
progress | IProgress |
|
cancellationToken | ||
return | Task |