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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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