Table of Contents

Method Process

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Process<TSource>(IObservable<TSource>)

Sends all notifications in an observable sequence through the specified scheduler.

public override IObservable<TSource> Process<TSource>(IObservable<TSource> source)

Parameters

source IObservable<TSource>

The source sequence to schedule notifications for.

Returns

IObservable<TSource>

An observable sequence where all notifications are sent on the specified scheduler.

Type Parameters

TSource

The type of the elements in the source sequence.