© 2008 Autodesk
Autodesk Manufacturing Developer’s Camp 2010   Extending Digital Prototyping
Job Processor API - Handlers
§Creating an add-in to JobProcessor.exe via the API is the recommended way of handling custom jobs.
§
•Add-ons are .NET DLLs. 
•Custom content can do anything that .NET DLLs can do.  However there should be no UI.
•Supports any .NET language (C#, VB.NET).
•Job Processor provides a security context.
§
§