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
The CustomSyncrhonizationContext is designed to run a single task.
As such, the Run method should never be called more than once.
Make the constructor and Run method private and add a public static Run method to
run a single task on an instance of the context.
0 commit comments