This is package helps leverage Inventor plugin code for the Automation Service. The compiled version is available on Nuget.
This package is used by the Inventor Automation API template Visual Studio template.
using (new HeartBeat())
{
// some long operation here
}
// simply call the method with the parameter
OnDemand.HttpOperation(name, suffix, headers, responseFile)
This library is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
David Obergries, APS Partner Development