Tagged Questions

0
votes
0answers
33 views

Get Status of Immediate Alert job using SharePoint API

I want to get the status of all Immediate Alerts jobs in the farm. Just like they are showed in Central Admin - Timer Job Status page. I found a way to do it querying TimerRunningJobs table but I …
0
votes
1answer
74 views

WPF: How to refresh a window while debugging?

I am debugging an algorithm that is being represented by a set of ViewModels. In order to debug this algorithm I would like to redraw the View while stepping through part of the algorithm. Is this …