Пример #1
0
 /// <summary>
 /// Asynchronously deletes this routine.
 /// This method just creates a <see cref="RoutineReference"/> and delegates to <see cref="BigQueryClient.DeleteRoutineAsync(RoutineReference, DeleteRoutineOptions, CancellationToken)"/>.
 /// </summary>
 /// <param name="options">The options for the operation. May be null, in which case defaults will be supplied.</param>
 /// <param name="cancellationToken">The token to monitor for cancellation requests.</param>
 /// <returns>A task representing the asynchronous operation.</returns>
 public Task DeleteAsync(DeleteRoutineOptions options = null, CancellationToken cancellationToken = default) =>
 _client.DeleteRoutineAsync(Reference, options, cancellationToken);