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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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