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

EndCreateModel() public method

Finishes the asynchronous execution of the CreateModel operation.
public EndCreateModel ( IAsyncResult asyncResult ) : CreateModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateModel.
return Amazon.APIGateway.Model.CreateModelResponse
        public  CreateModelResponse EndCreateModel(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateModelResponse>(asyncResult);
        }
AmazonAPIGatewayClient