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

EndListDeploymentConfigs() public method

Finishes the asynchronous execution of the ListDeploymentConfigs operation.
public EndListDeploymentConfigs ( IAsyncResult asyncResult ) : ListDeploymentConfigsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDeploymentConfigs.
return Amazon.CodeDeploy.Model.ListDeploymentConfigsResponse
        public  ListDeploymentConfigsResponse EndListDeploymentConfigs(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDeploymentConfigsResponse>(asyncResult);
        }
AmazonCodeDeployClient