Show / Hide Table of Contents

Interface IAsyncReactiveSubject<T>

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

Inherited Members
IAsyncReactiveObserver<T>.OnNextAsync(T, CancellationToken)
IAsyncReactiveObserver<T>.OnErrorAsync(Exception, CancellationToken)
IAsyncReactiveObserver<T>.OnCompletedAsync(CancellationToken)
IAsyncReactiveObservable<T>.SubscribeAsync(IAsyncReactiveObserver<T>, Uri, Object, CancellationToken)
Namespace: Reaqtor
Assembly: Reaqtor.Local.Model.dll
Syntax
public interface IAsyncReactiveSubject<T> : IAsyncReactiveSubject<T, T>, IAsyncReactiveObserver<T>, IAsyncReactiveObservable<T>, IAsyncDisposable
Type Parameters
Name Description
T

Type of the data received and produced by the subject.

In This Article
Back to top Generated by DocFX