Delen via


Qbservable.Sample Method

Include Protected Members
Include Inherited Members

Samples the queryable observable sequence.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Sample<TSource, TSample>(IQbservable<TSource>, IObservable<TSample>) Samples the queryable observable sequence at sampling ticks with the specified source and sampler.
Public methodStatic member Sample<TSource>(IQbservable<TSource>, TimeSpan) Samples the queryable observable sequence at each interval.
Public methodStatic member Sample<TSource>(IQbservable<TSource>, TimeSpan, IScheduler) Samples the queryable observable sequence at each interval with the specified source, interval and scheduler.

Top

See Also

Reference

Qbservable Class

System.Reactive.Linq Namespace