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

Continues a previously started resumable upload to the specified file name.

Syntax

public virtual Task<UploadStream> ContinueResumableUploadAsync(string fileName, byte[] state, System.Threading.CancellationToken cancellationToken)

Parameters

fileName
Type: string

Name of the file to upload to.

state
Type: byte[]

Optional data that is associated with the upload.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Returns

Instance of UploadStream that can be used to write a chunk of data to the file.