Summary

The Arcana Scheduler ActiveX API can be used with DCOM to allow connections to remote computers. No special steps need to be taken other than verifying DCOM configuration settings as described in article I02000035.

Consult a reference guide for your development environment to determine how to instantiate remote objects.

For Visual Basic, use the CreateObject function, specifying the name of the computer whose Scheduler you want to connect to.

For C++ and other languages using the Windows API directly, use the CoCreateInstanceEx function.

More Information

For more information on the ActiveX API, see the API page or the ActiveX API documentation installed with the Scheduler.