Источник:
http://pawansaxblog.blogspot.com/201...n-aif-job.html
==============
static void ProcessAIF(Args _args)
{
;
new AifGatewayReceiveService().run();
new AifInboundProcessingService().run();
sleep(100);
new AifOutboundProcessingService().run();
new AifGatewaySendService().run();
}
Источник:
http://pawansaxblog.blogspot.com/201...n-aif-job.html