Accept Method

RxJS

Invokes the observer's method corresponding to the notification.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Accept(observer);

Parameters

observer
Type: Rx..::.Observer

See Also