Thursday, August 11, 2016

Batch Server to Execute Batch Job

//Batch Server to Execute Batch Job
xApplication::checkForNewBatchJobs();
xApplication::stopBatch();
https://msdn.microsoft.com/en-us/library/xapplication.aspx

No comments:

Post a Comment

Azure Function Apps

Content copied from AI. Azure Function Apps provide a serverless, event-driven compute service that lets you run code in languages like C#, ...