Show / Hide Table of Contents

Interface IMultiSubject<T>

Represents a subject that supports multiple observers.

Inherited Members
IMultiSubject<T, T>.CreateObserver()
ISubscribable<T>.Subscribe(IObserver<T>)
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IMultiSubject<T> : IMultiSubject<T, T>, ISubscribable<T>, IObservable<T>, IDisposable
Type Parameters
Name Description
T

Type of the elements processed by the subject.

In This Article
Back to top Generated by DocFX