示例#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)));
 }