System.Reactive.Concurrency.SynchronizationContextScheduler
Represents an object that schedules units of work on a provided SynchronizationContext.
namespace System.Reactive.Concurrency
{
public class SynchronizationContextScheduler : LocalScheduler
{
public SynchronizationContextScheduler(SynchronizationContext context);
public SynchronizationContextScheduler(SynchronizationContext context, bool alwaysPost);
}
}