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

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

Initiates the asynchronous execution of the ListDomains operation.
public ListDomainsAsync ( ListDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListDomainsRequest Container for the necessary parameters to execute the ListDomains operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListDomainsResponse> ListDomainsAsync(ListDomainsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListDomainsRequestMarshaller();
            var unmarshaller = ListDomainsResponseUnmarshaller.Instance;

            return InvokeAsync<ListDomainsRequest,ListDomainsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleDBClient::ListDomainsAsync ( System cancellationToken = default(CancellationToken) ) : Task