Amazon.CodeBuild.AmazonCodeBuildClient.ListCuratedEnvironmentImagesAsync C# (CSharp) Method

ListCuratedEnvironmentImagesAsync() public method

Initiates the asynchronous execution of the ListCuratedEnvironmentImages operation.
public ListCuratedEnvironmentImagesAsync ( ListCuratedEnvironmentImagesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListCuratedEnvironmentImagesRequest Container for the necessary parameters to execute the ListCuratedEnvironmentImages operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListCuratedEnvironmentImagesResponse> ListCuratedEnvironmentImagesAsync(ListCuratedEnvironmentImagesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListCuratedEnvironmentImagesRequestMarshaller();
            var unmarshaller = ListCuratedEnvironmentImagesResponseUnmarshaller.Instance;

            return InvokeAsync<ListCuratedEnvironmentImagesRequest,ListCuratedEnvironmentImagesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }