Method Process
Process<TSource>(IObservable<TSource>)
Immediately starts processing the specified shader work queue whenever the source sequence emits a notification.
public override IObservable<TSource> Process<TSource>(IObservable<TSource> source)
Parameters
sourceIObservable<TSource>The sequence containing the notifications used to start processing the specified shader work queue.
Returns
- IObservable<TSource>
An observable sequence that is identical to the
sourcesequence but where there is an additional side effect of immediately start processing the specified shader work queue whenever the sequence emits a notification.
Type Parameters
TSourceThe type of the elements in the
sourcesequence.