RxCommand.Subscribe(IObserver) method¶
Defined in
Type: RxCommandReactiveMarbles.Command
Assembly: ReactiveMarbles.Command.dll
Applies to
netstandard2.0
public IDisposable Subscribe(IObserver<TResult> observer)
Inherited documentation
These docs were inherited from IRxCommand. The member doesn't override them on this type.
Summary: Encapsulates a user action behind a reactive interface. This is for interop inside for the command binding. Not meant for external use due to the fact it doesn't implement ICommand to force the user to favor the Reactive style command execution.
Parameters
| Name | Type | Description |
|---|---|---|
observer | IObserver | -- |
Returns: IDisposable