Amazon.CodeDeploy.AmazonCodeDeployClient.ListDeploymentConfigsAsync C# (CSharp) Method

ListDeploymentConfigsAsync() public method

Initiates the asynchronous execution of the ListDeploymentConfigs operation.
public ListDeploymentConfigsAsync ( ListDeploymentConfigsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodeDeploy.Model.ListDeploymentConfigsRequest Container for the necessary parameters to execute the ListDeploymentConfigs operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListDeploymentConfigsResponse> ListDeploymentConfigsAsync(ListDeploymentConfigsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListDeploymentConfigsRequestMarshaller();
            var unmarshaller = ListDeploymentConfigsResponseUnmarshaller.Instance;

            return InvokeAsync<ListDeploymentConfigsRequest,ListDeploymentConfigsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCodeDeployClient::ListDeploymentConfigsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonCodeDeployClient