CompleteResumableUploadAsync(string fileName, byte[] state, System.Threading.CancellationToken cancellationToken) Method

Marks the end of a resumable upload. This is called after all of the chunks have been uploaded.

Syntax

public virtual System.Threading.Tasks.Task CompleteResumableUploadAsync(string fileName, byte[] state, System.Threading.CancellationToken cancellationToken)

Parameters

fileName
Type: string

Name of the completed file.

state
Type: byte[]

Optional data that is associated with the upload.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.