Amazon.CodeDeploy.AmazonCodeDeployClient.EndListDeployments C# (CSharp) Méthode

EndListDeployments() public méthode

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