Method Process
Process<TSource>(IObservable<TSource>)
Triggers the specified output channels on the Pulse Pal device whenever an observable sequence emits a notification.
public override IObservable<TSource> Process<TSource>(IObservable<TSource> source)
Parameters
sourceIObservable<TSource>The sequence containing the notifications used to trigger the output channels on the Pulse Pal device.
Returns
- IObservable<TSource>
An observable sequence that is identical to the
sourcesequence but where there is an additional side effect of triggering the specified output channels on the Pulse Pal device whenever the sequence emits a notification.
Type Parameters
TSourceThe type of the elements in the
sourcesequence.