LargeFileUploadTask<T>.UploadAsync 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.
Upload the whole session.
public System.Threading.Tasks.Task<Microsoft.Graph.UploadResult<T>> UploadAsync (IProgress<long> progress = default, int maxTries = 3);
member this.UploadAsync : IProgress<int64> * int -> System.Threading.Tasks.Task<Microsoft.Graph.UploadResult<'T>>
Public Function UploadAsync (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.