Exemplo n.º 1
0
 /// <summary>
 /// Change a single value in the list
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// The id of the value to be changed
 /// </param>
 /// <param name='value'>
 /// The new value
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PutByidvalueAsync(this IValues operations, int id, ValueObj value, CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.PutByidvalueWithHttpMessagesAsync(id, value, null, cancellationToken).ConfigureAwait(false);
 }