Click or drag to resize

QueryPageGeneratorGetQueryPageResultInfoAsync Method

This is preliminary documentation and is subject to change.

Retrieve the basic information of the result set of the currently specified MediaWiki query page.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public Task<QueryPageResultInfo> GetQueryPageResultInfoAsync(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
a token used to cancel the operation.

Return Value

TaskQueryPageResultInfo
a task that resolves into the query page result set information.
Exceptions
ExceptionCondition
UnexpectedDataExceptionReceived unexpected JSON data from MediaWiki server.
Remarks
To retrieve the items of the query page result set, use EnumItemsAsync(CancellationToken).
See Also