  | RevisionsGeneratorEnumPagesAsync Method | 
This is preliminary documentation and is subject to change.
Infrastructure. Not intended to be used directly in your code.
            Asynchronously enumerates the pages from generator.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override IAsyncEnumerable<WikiPage> EnumPagesAsync()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Function EnumPagesAsync As IAsyncEnumerable(Of WikiPage)
Dim instance As RevisionsGenerator
Dim returnValue As IAsyncEnumerable(Of WikiPage)
returnValue = instance.EnumPagesAsync()
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual IAsyncEnumerable<WikiPage^>^ EnumPagesAsync() override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract EnumPagesAsync : unit -> IAsyncEnumerable<WikiPage> 
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override EnumPagesAsync : unit -> IAsyncEnumerable<WikiPage> 
Return Value
IAsyncEnumerableWikiPage
Remarks
            Using 
revisions as generator is not supported until MediaWiki 1.25.
            Usually this generator will only return the title specified in
            
PageTitle or 
PageId.
            
See Also