Show / Hide Table of Contents

Interface IReactiveSubject<T>

Interface for subjects representing event streams that can produce and receive data.

Inherited Members
IReactiveObserver<T>.OnNext(T)
IReactiveObserver<T>.OnError(Exception)
IReactiveObserver<T>.OnCompleted()
IReactiveObservable<T>.Subscribe(IReactiveObserver<T>, Uri, Object)
Namespace: Reaqtor
Assembly: Reaqtor.Local.Model.dll
Syntax
public interface IReactiveSubject<T> : IReactiveSubject<T, T>, IReactiveObserver<T>, IObserver<T>, IReactiveObservable<T>, IDisposable
Type Parameters
Name Description
T

Type of the data received and produced by the subject.

In This Article
Back to top Generated by DocFX