示例#1
0
 public static async Task <IPlaceTrends> GetTrendsAt(long woeid)
 {
     return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeid)));
 }
示例#2
0
 public static async Task <IPlaceTrends> GetTrendsAt(IWoeIdLocation woeIdLocation)
 {
     return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeIdLocation)));
 }