ObservableExtensions class¶
Defined in
Namespace: System
Assembly: System.Reactive.dll
Full name: System.ObservableExtensions
Modifiers: public static
Summary¶
Provides a set of static methods for subscribing delegates to observables.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static Subscribe | Subscribes to the observable sequence without specifying any handlers. This method can be used to evaluate the observable sequence for its side-effects only. |
| static SubscribeSafe | Subscribes to the specified source, re-routing synchronous exceptions during invocation of the Subscribe... |