LargeFileUploadTask<T>.ResumeAsync Method

Definition

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

progress
IProgress<Int64>

IProgress object to monitor the progress of the upload.

maxTries
Int32

Number of times to retry entire session before giving up.

Returns

Item information returned by server.

Applies to