Пример #1
0
 public static async Task <IEnumerable <IMention> > GetMentionsTimeline(IMentionsTimelineParameters timelineParameters)
 {
     return(await Sync.ExecuteTaskAsync(() => Timeline.GetMentionsTimeline(timelineParameters)));
 }
Пример #2
0
 // Mention Timeline
 public static async Task <IEnumerable <IMention> > GetMentionsTimeline(int maximumTweets = 40)
 {
     return(await Sync.ExecuteTaskAsync(() => Timeline.GetMentionsTimeline(maximumTweets)));
 }