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

EndCreateRestApi() public method

Finishes the asynchronous execution of the CreateRestApi operation.
public EndCreateRestApi ( IAsyncResult asyncResult ) : CreateRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRestApi.
return Amazon.APIGateway.Model.CreateRestApiResponse
        public  CreateRestApiResponse EndCreateRestApi(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateRestApiResponse>(asyncResult);
        }
AmazonAPIGatewayClient