Click or drag to resize

WikiPageRefreshAsync Method

This is preliminary documentation and is subject to change.

Fetch information for the page. This overload will not fetch content.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public Task RefreshAsync()

Return Value

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