Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies all subscribed observers of the end of the sequence.
Namespace: System.Reactive.Subjects
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Sub OnCompleted
'Usage
Dim instance As BehaviorSubject
instance.OnCompleted()
public void OnCompleted()
public:
virtual void OnCompleted() sealed
abstract OnCompleted : unit -> unit
override OnCompleted : unit -> unit
public final function OnCompleted()