You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated TaskSchedulerSnapshot so that it doesn't fail when working with a multi-threaded app. Effectively in further testing I found that under many circumstances, when connecting to external machines, the new asynchronous Restore method failed because it couldn't reuse the COM objects on different threads. This fixes that by using a ConnectionToken tied to TaskService. Expect to see a new documentation page on multi-threaded use soon.