|
| .NET Framework Class Library |
| AsyncSubject Constructor (Scheduler) |
| AsyncSubject Class See Also Send Feedback |
Creates a subject that can only receive one value and that value is cached for all future observations.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
Rx.AsyncSubject = function(scheduler); |
Parameters
- scheduler
- Type: Rx..::.Scheduler