Click or drag to resize

WikiPageRefreshAsync(PageQueryOptions, CancellationToken) Method

This is preliminary documentation and is subject to change.

Fetch information for the page.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public Task RefreshAsync(
	PageQueryOptions options,
	CancellationToken cancellationToken
)

Parameters

options  PageQueryOptions
Options when querying for the pages.
cancellationToken  CancellationToken
The cancellation token that will be checked prior to completing the returned task.

Return Value

Task
Exceptions
ExceptionCondition
InvalidOperationExceptionCircular redirect detected when resolving redirects.
Remarks
For fetching multiple pages at one time, see RefreshAsync(IEnumerableWikiPage, PageQueryOptions).
See Also