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

EndGetStages() public method

Finishes the asynchronous execution of the GetStages operation.
public EndGetStages ( IAsyncResult asyncResult ) : GetStagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStages.
return Amazon.APIGateway.Model.GetStagesResponse
        public  GetStagesResponse EndGetStages(IAsyncResult asyncResult)
        {
            return EndInvoke<GetStagesResponse>(asyncResult);
        }
AmazonAPIGatewayClient