RxCommand.Execute(TParam) method¶
Defined in
Type: RxCommandReactiveMarbles.Command
Assembly: ReactiveMarbles.Command.dll
Applies to
netstandard2.0
Overloads¶
- 1.
public IObservable<TResult> Execute(TParam parameter) - 2.
public IObservable<TResult> Execute()
1. Overload¶
public IObservable<TResult> Execute(TParam parameter)
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 |
|---|---|---|
parameter | TParam | -- |
Returns: IObservable
2. Overload¶
public IObservable<TResult> Execute()
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.
Returns: IObservable