Amazon.APIGateway.AmazonAPIGatewayClient.EndCreateModel C# (CSharp) Метод

EndCreateModel() публичный Метод

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