Task Scheduler 1.0: Interfaces are provided for C++ development. What about C#?

  • Thread starter Thread starter Ryan Liu
  • Start date Start date
R

Ryan Liu

When I look at MSDN, I found there is a thing called Task Scheduler 1.0/2.0.

But it says:
Task Scheduler 1.0: Interfaces are provided for C++ development.

Are there class lib for C# developers?

Thanks,
 
Ryan,

There is not a managed library that is available, but the interfaces
that you see are COM interfaces. You will probably have to dig into the
headers, but there is no reason that you can't redeclare those interfaces in
C# and then use them appropriately (through COM interop, of course).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top