Skip to content

)}

RxCommand.Subscribe(IObserver) method

Defined in

Type: RxCommand Namespace: ReactiveMarbles.Command Assembly: ReactiveMarbles.Command.dll

Applies to

netstandard2.0

public IDisposable Subscribe(IObserver<TResult> observer)

View source

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

NameTypeDescription
observerIObserver--

Returns: IDisposable