C# 클래스 StarryEyes.Models.Stores.StoreHelper

Find local cache, if not existed, query to Twitter.
파일 보기 프로젝트 열기: karno/StarryEyes

공개 메소드들

메소드 설명
GetTweetAsync ( long id ) : Task
GetUserAsync ( long id ) : Task
GetUserAsync ( string screenName ) : Task
GetUsersAsync ( IEnumerable ids ) : Task>

메소드 상세

GetTweetAsync() 공개 정적인 메소드

public static GetTweetAsync ( long id ) : Task
id long
리턴 Task

GetUserAsync() 공개 정적인 메소드

public static GetUserAsync ( long id ) : Task
id long
리턴 Task

GetUserAsync() 공개 정적인 메소드

public static GetUserAsync ( string screenName ) : Task
screenName string
리턴 Task

GetUsersAsync() 공개 정적인 메소드

public static GetUsersAsync ( IEnumerable ids ) : Task>
ids IEnumerable
리턴 Task>