FSharpx.Async


ReplaySubject<'T>

Namespace: FSharpx.Control

Constructors

ConstructorDescription
new(bufferSize)
Signature: bufferSize:int -> ReplaySubject<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
OnCompleted()
Signature: unit -> unit
OnError(error)
Signature: error:exn -> unit
OnNext(value)
Signature: value:'T -> unit
Subscribe(observer)
Signature: observer:IObserver<'T> -> IDisposable
Fork me on GitHub