Beispiel #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='contextType'>
 /// </param>
 /// <param name='contextId'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <LMSApplicationCoreViewModelPointsLeaderboardViewModel> > GetLeaderBoardAsync(this IPointsApi operations, int contextType, string contextId, string lang, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetLeaderBoardWithHttpMessagesAsync(contextType, contextId, lang, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }