Exemplo n.º 1
0
 /// <summary>
 /// Delete an item from the list
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// id of the item to be deleted
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteByidAsync(this IValues operations, int id, CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.DeleteByidWithHttpMessagesAsync(id, null, cancellationToken).ConfigureAwait(false);
 }