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
Printable View
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
"queue:/new: " is part of the class name "queue:/new:QCSampServices.OrderServices" isn't it?
Search registry key, you'll see this name.
queue:/new:QCSampServices.OrderServices
is the syntax used to call a COM+ queued component.