Amazon.ServiceCatalog.AmazonServiceCatalogClient.SearchProductsAsync C# (CSharp) 메소드

SearchProductsAsync() 공개 메소드

Initiates the asynchronous execution of the SearchProducts operation.
public SearchProductsAsync ( SearchProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<SearchProductsResponse> SearchProductsAsync(SearchProductsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SearchProductsRequestMarshaller();
            var unmarshaller = SearchProductsResponseUnmarshaller.Instance;

            return InvokeAsync<SearchProductsRequest,SearchProductsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient