GroupsListing FetchNext Method CkSoftware GroupMe SDK - Documentation
Fetch the next page for the paged entities.

Namespace: CkSoftware.GroupMe.Sdk.Groups.Dao
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public Task<bool> FetchNext()

Return Value

Type: Task Boolean 
The result of the fetch, false if there were no more entities fetched, true if there were new entities available.

Implements

IPagedCollection TEntity  FetchNext 
See Also