Amazon.Route53Domains.AmazonRoute53DomainsClient.ListOperationsAsync C# (CSharp) Метод

ListOperationsAsync() публичный Метод

This operation returns the operation IDs of operations that are not yet complete.
/// The requested item is not acceptable. For example, for an OperationId it may refer /// to the ID of an operation that is already completed. For a domain name, it may not /// be a valid domain name or belong to the requester account. ///
public ListOperationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListOperationsResponse> ListOperationsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return ListOperationsAsync(new ListOperationsRequest(), cancellationToken);
        }
        /// <summary>

Same methods

AmazonRoute53DomainsClient::ListOperationsAsync ( Amazon.Route53Domains.Model.ListOperationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonRoute53DomainsClient