Amazon.SimpleDB.AmazonSimpleDBClient.ListDomainsAsync C# (CSharp) Метод

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

The ListDomains operation lists all domains associated with the Access Key ID. It returns domain names up to the limit set by MaxNumberOfDomains. A NextToken is returned if there are more than MaxNumberOfDomains domains. Calling ListDomains successive times with the NextToken provided by the operation returns up to MaxNumberOfDomains more domain names with each successive operation call.
/// The specified NextToken is not valid. /// /// The value for a parameter is invalid. ///
public ListDomainsAsync ( 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<ListDomainsResponse> ListDomainsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return ListDomainsAsync(new ListDomainsRequest(), cancellationToken);
        }
        /// <summary>

Same methods

AmazonSimpleDBClient::ListDomainsAsync ( ListDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task