C# Class StarryEyes.Models.Stores.StoreHelper

Find local cache, if not existed, query to Twitter.
Afficher le fichier Open project: karno/StarryEyes

Méthodes publiques

Méthode Description
GetTweetAsync ( long id ) : Task
GetUserAsync ( long id ) : Task
GetUserAsync ( string screenName ) : Task
GetUsersAsync ( IEnumerable ids ) : Task>

Method Details

GetTweetAsync() public static méthode

public static GetTweetAsync ( long id ) : Task
id long
Résultat Task

GetUserAsync() public static méthode

public static GetUserAsync ( long id ) : Task
id long
Résultat Task

GetUserAsync() public static méthode

public static GetUserAsync ( string screenName ) : Task
screenName string
Résultat Task

GetUsersAsync() public static méthode

public static GetUsersAsync ( IEnumerable ids ) : Task>
ids IEnumerable
Résultat Task>