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

EndGetModel() public method

Finishes the asynchronous execution of the GetModel operation.
public EndGetModel ( IAsyncResult asyncResult ) : GetModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetModel.
return Amazon.APIGateway.Model.GetModelResponse
        public  GetModelResponse EndGetModel(IAsyncResult asyncResult)
        {
            return EndInvoke<GetModelResponse>(asyncResult);
        }
AmazonAPIGatewayClient