DocumentPaginator.CancelAsync(Object) 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.