Skip to content

ObservableSubscriptionExtensions class

Defined in

Namespace: ReactiveUI.Primitives.Extensions.Reactive Assembly: ReactiveUI.Primitives.Extensions.Reactive.dll Full name: ReactiveUI.Primitives.Extensions.Reactive.ObservableSubscriptionExtensions Modifiers: public static

Summary

View source

        Provides extension methods for subscribing to and handling reactive sequences
        in a synchronous or blocking manner. These methods offer utility functions
        to retrieve emitted values, handle completion, and capture errors from observables.
        

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481

Methods

NameSummary
static SubscribeAndComplete
static SubscribeGetError
static WaitForCompletion
static SubscribeGetValue
static WaitForValue
static WaitForError
Inherited members

Extension blocks

extension(IObservable source)

  • SubscribeAndComplete
  • SubscribeGetError
  • WaitForCompletion
  • WaitForCompletion
  • WaitForCompletion
  • WaitForCompletion

extension(IObservable source)

  • SubscribeGetValue
  • SubscribeGetError
  • WaitForValue
  • WaitForValue
  • WaitForValue
  • WaitForValue
  • WaitForError
  • WaitForError
  • WaitForError
  • WaitForError