DocumentPaginator.CancelAsync(Object) Method

Definition

Cancels a previous GetPageAsync or GetPageNumberAsync operation.

public:
 virtual void CancelAsync(System::Object ^ userState);
public virtual void CancelAsync (object userState);
abstract member CancelAsync : obj -> unit
override this.CancelAsync : obj -> unit
Public Overridable Sub CancelAsync (userState As Object)

Parameters

userState
Object

The original userState passed to GetPageAsync, GetPageNumberAsync, or ComputePageCountAsync that identifies the asynchronous task to cancel.

Remarks

If userState is null, then all asynchronous tasks are cancelled.

Applies to