PDA

Click to See Complete Forum and Search --> : Can someone explain


Mark_Meng
Aug 22nd, 2001, 03:54 PM
Set rIOrderServices = CreateObject( _
"queue:/new:QCSampServices.OrderServices")

This is part of code, can someone explain what queue:/new: could be. That should not be a directory. Thanks very much

TheBao
Aug 22nd, 2001, 07:53 PM
"queue:/new: " is part of the class name "queue:/new:QCSampServices.OrderServices" isn't it?

Search registry key, you'll see this name.

cron912
Aug 24th, 2001, 04:30 PM
queue:/new:QCSampServices.OrderServices
is the syntax used to call a COM+ queued component.