Пример #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='page'>
 /// </param>
 /// <param name='contest'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task ListAsync(this IProjects operations, string page = default(string), string contest = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.ListWithHttpMessagesAsync(page, contest, null, cancellationToken).ConfigureAwait(false);
 }