LargeFileUploadTask<T>.ResumeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get info about the upload session and resume from where it left off.
public System.Threading.Tasks.Task<Microsoft.Graph.UploadResult<T>> ResumeAsync (IProgress<long> progress = default, int maxTries = 3);
member this.ResumeAsync : IProgress<int64> * int -> System.Threading.Tasks.Task<Microsoft.Graph.UploadResult<'T>>
Public Function ResumeAsync (Optional progress As IProgress(Of Long) = Nothing, Optional maxTries As Integer = 3) As Task(Of UploadResult(Of T))
Parameters
- maxTries
- Int32
Number of times to retry entire session before giving up.
Returns
Task<UploadResult<T>>
Item information returned by server.