How can I create some queue job in Project Server via CSOM?

Iron Contributor

Hello.

I need server to client push message in MS Project Professional Add-in.

On Project Server via CSOM create blank queue job with some project name and Guid.

And On MS Project Professional Add-in catch this queue job via this.Application.JobCompleted or 
this.Application.JobStart event listeners or Globals.ThisAddIn.Application.GetCacheStatusForProject[projectName, job] method.

Is it possible without project changes (save or publication)?

0 Replies