G
goo
Guest
The reason for me to instantiate them is because they are connection to some MSMQ queues. I don’t want to do this for each loop. …make instances … loop: Run myStandardProcedure(‘A’). Run myStandardProcedure(‘B’). Run myStandardProcedure(‘C’). ….endloop. I know I should maybe have done this differently, but now I just not want to change the stuff that works, just tune it a bit…. //Geir Otto
Continue reading...
Continue reading...