Exemplo n.º 1
0
 /// <summary>
 /// Delete entity from bcgov_complaintchecklists
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovComplaintchecklistid'>
 /// key: bcgov_complaintchecklistid of bcgov_complaintchecklist
 /// </param>
 /// <param name='ifMatch'>
 /// ETag
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteAsync(this IComplaintchecklists operations, string bcgovComplaintchecklistid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteWithHttpMessagesAsync(bcgovComplaintchecklistid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }