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

EndListDeployments() public method

Finishes the asynchronous execution of the ListDeployments operation.
public EndListDeployments ( IAsyncResult asyncResult ) : ListDeploymentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDeployments.
return Amazon.CodeDeploy.Model.ListDeploymentsResponse
        public  ListDeploymentsResponse EndListDeployments(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDeploymentsResponse>(asyncResult);
        }
AmazonCodeDeployClient