Suppose we have COM DLL registered in system registry. Now the requirement is to call that com dll functions in quartz.net.
I am thinking to make an auxiliary class that will contain implemented Execute method and using job data map I will call appropriate function in registered COM DLL. This is the way i am thinking to proceed.
Is there any other 开发者_如何学Goway that is easy and provide more flexibility.
精彩评论