Tagged Questions
1
vote
2answers
735 views
How to force the Word Automation Services Timer to run?
I need to run the Word Automation Services immediately after adding a job. My code is running in a workflow.
Here is what I got so far :
SPSecurity.RunWithElevatedPrivileges(delegate()
{
using ...