Beispiel #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='customerId'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task ApiBasketByCustomerIdGetAsync(this IBasketApi operations, int customerId, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.ApiBasketByCustomerIdGetWithHttpMessagesAsync(customerId, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }