AsyncSubject<T>.OnCompleted Method
Notifies all subscribed observers of the end of the sequence, also causing the last received value to be sent out (if any).
Namespace: System.Reactive.Subjects
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Sub OnCompleted
'Usage
Dim instance As AsyncSubject
instance.OnCompleted()
public void OnCompleted()
public:
virtual void OnCompleted() sealed
abstract OnCompleted : unit -> unit
override OnCompleted : unit -> unit
public final function OnCompleted()