Method AbortAsync
AbortAsync(CancellationToken)
Aborts an upload operation.
public Task AbortAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task
A Task.
Remarks
Any partial results already written to the server are deleted when AbortAsync is called.