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.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
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