C# Class MonocleGiraffe.ViewModels.FrontPage.IncrementalPosts

Inheritance: Portable.ViewModels.Front.IncrementalPosts, ISupportIncrementalLoading
Afficher le fichier Open project: akshay2000/MonocleGiraffe Class Usage Examples

Méthodes publiques

Méthode Description
IncrementalPosts ( string query ) : System.Runtime.InteropServices.WindowsRuntime
LoadMoreItemsAsync ( uint count ) : IAsyncOperation

Private Methods

Méthode Description
LoadMoreItemsAsync ( CancellationToken c, uint count ) : Task

Method Details

IncrementalPosts() public méthode

public IncrementalPosts ( string query ) : System.Runtime.InteropServices.WindowsRuntime
query string
Résultat System.Runtime.InteropServices.WindowsRuntime

LoadMoreItemsAsync() public méthode

public LoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
Résultat IAsyncOperation