コード例 #1
0
ファイル: TrendsAsync.cs プロジェクト: onedeadear/tweetinvi
 public static async Task <IPlaceTrends> GetTrendsAt(long woeid)
 {
     return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeid)));
 }
コード例 #2
0
ファイル: TrendsAsync.cs プロジェクト: onedeadear/tweetinvi
 public static async Task <IPlaceTrends> GetTrendsAt(IWoeIdLocation woeIdLocation)
 {
     return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeIdLocation)));
 }