Show / Hide Table of Contents

Interface IAsyncReactiveQbserver<T>

Interface for an observer represented by an expression tree.

Inherited Members
IAsyncReactiveObserver<T>.OnNextAsync(T, CancellationToken)
IAsyncReactiveObserver<T>.OnErrorAsync(Exception, CancellationToken)
IAsyncReactiveObserver<T>.OnCompletedAsync(CancellationToken)
IAsyncReactiveQbserver.ElementType
IAsyncReactiveExpressible.Provider
IExpressible.Expression
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IAsyncReactiveQbserver<in T> : IAsyncReactiveObserver<T>, IAsyncReactiveQbserver, IAsyncReactiveExpressible, IExpressible
Type Parameters
Name Description
T

Type of the data received by the observer.

Extension Methods

AsyncReactiveObserverExtensions.ToObserver<T>(IAsyncReactiveObserver<T>)
In This Article
Back to top Generated by DocFX