Union type that represents different messages that can be sent to the IObserver interface. The IObserver type is equivalent to a type that has just OnNext method that gets 'ObservableUpdate' as an argument.
Union case | Description |
Full Usage:
Completed
|
|
|
|
Full Usage:
Next 'T
Parameters:
'T
|
|