/// <summary> /// Delete entity from spice_lcrblicencetypes /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='spiceLcrblicencetypeid'> /// key: spice_lcrblicencetypeid /// </param> /// <param name='ifMatch'> /// ETag /// </param> /// <param name='customHeaders'> /// Headers that will be added to request. /// </param> public static HttpOperationResponse DeleteWithHttpMessages(this ILcrblicencetypes operations, string spiceLcrblicencetypeid, string ifMatch = default(string), Dictionary <string, List <string> > customHeaders = null) { return(operations.DeleteWithHttpMessagesAsync(spiceLcrblicencetypeid, ifMatch, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult()); }
/// <summary> /// Delete entity from spice_lcrblicencetypes /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='spiceLcrblicencetypeid'> /// key: spice_lcrblicencetypeid /// </param> /// <param name='ifMatch'> /// ETag /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task DeleteAsync(this ILcrblicencetypes operations, string spiceLcrblicencetypeid, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) { (await operations.DeleteWithHttpMessagesAsync(spiceLcrblicencetypeid, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); }