08-13-2009 12:36 PM
Greetings!
I'm tryint to send a notitication to a testStand sequence from a charp DLL ... it seems I should use the SyncManager, but I can't figure out where the syncmanager object is defined:
xxx foo = seqContext.Engine.GetSyncManager("myNotification");
The problem is that I cannot determine what the type 'xxx' should be. I would have thought it would be a "SyncManager", but this does not seem to be a valid type.
I am referencing: NationalInstruments.TestStand.Interop.API and NationalInstruments.TestStand.Interop.UI
What is the correct type?
Thanks,
Tom M.
Solved! Go to Solution.
08-14-2009 01:27 AM
08-14-2009 07:24 PM
Thanks! That was what I needed! I didn't see any reference to this DLL in the parts of the documentation that I read. I guess I need to read it all!
Regards,
Tom MacLean