Example #1
0
 internal void Open(Scheduler oldScheduler)
 {
     Fx.Assert(this.synchronizationContext == null, "can only open when in the created state");
     this.synchronizationContext = SynchronizationContextHelper.CloneSynchronizationContext(oldScheduler.synchronizationContext);
 }
Example #2
0
 internal void Open(Scheduler oldScheduler)
 {
     this.synchronizationContext = SynchronizationContextHelper.CloneSynchronizationContext(oldScheduler.synchronizationContext);
 }