Amazon.APIGateway.AmazonAPIGatewayClient.EndGetDeployments C# (CSharp) Method

EndGetDeployments() public method

Finishes the asynchronous execution of the GetDeployments operation.
public EndGetDeployments ( IAsyncResult asyncResult ) : GetDeploymentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployments.
return Amazon.APIGateway.Model.GetDeploymentsResponse
        public  GetDeploymentsResponse EndGetDeployments(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDeploymentsResponse>(asyncResult);
        }
AmazonAPIGatewayClient