示例#1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='entry'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PostLeaderboardEntryByEntryAsync(this ILeaderboard operations, LeaderboardEntry entry, CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.PostLeaderboardEntryByEntryWithHttpMessagesAsync(entry, null, cancellationToken).ConfigureAwait(false);
 }