Exemplo n.º 1
0
 public static async Task <IEnumerable <long> > GetFollowerIds(long userId, int maxFollowersToRetrieve = 5000)
 {
     return(await Sync.ExecuteTaskAsync(() => User.GetFollowerIds(userId, maxFollowersToRetrieve)));
 }