Friday, April 16, 2010

How to run AIF job

static void ProcessAIF(Args _args)
{
;

new AifGatewayReceiveService().run();
new AifInboundProcessingService().run();

sleep(100);

new AifOutboundProcessingService().run();
new AifGatewaySendService().run();
}

No comments:

Post a Comment