Skip to content

)}

Qbservable.Materialize(IQbservable) method

Defined in

Type: Qbservable Namespace: System.Reactive.Linq Assembly: System.Reactive.dll

Applies to

netstandard2.0

public static IQbservable<Notification<TSource>> Materialize<TSource>(this IQbservable<TSource> source)

Summary: Materializes the implicit notifications of an observable sequence as explicit notification values.

Type parameters

NameDescription
TSourceThe type of the elements in the source sequence.

Parameters

NameTypeDescription
source[IQbservable](#An observable sequence to get notification values for.

Returns: IQbservable> -- An observable sequence containing the materialized notification values from the source sequence.

Exceptions

TypeCondition
System.ArgumentNullExceptionsource is null.