| 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.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Task<QueryPageResultInfo> GetQueryPageResultInfoAsync(
CancellationToken cancellationToken = default
)
Public Function GetQueryPageResultInfoAsync (
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of QueryPageResultInfo)
Dim instance As QueryPageGenerator
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of QueryPageResultInfo)
returnValue = instance.GetQueryPageResultInfoAsync(cancellationToken)
public:
Task<QueryPageResultInfo^>^ GetQueryPageResultInfoAsync(
CancellationToken cancellationToken = CancellationToken()
)
member GetQueryPageResultInfoAsync :
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<QueryPageResultInfo>
Parameters
- cancellationToken CancellationToken (Optional)
- a token used to cancel the operation.
Return Value
TaskQueryPageResultInfoa task that resolves into the query page result set information.
Exceptions Remarks See Also