Interface IOutputContext<TInput, TOutput>
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Gives the ability to get the output.
Type Parameters
TInput
The input.
TOutput
The output.
- Inherited Members
- Extension Methods
Methods
GetOutput()
Gets the output of the interaction.
Returns
- TOutput
The output.
Exceptions
- Invalid
Operation Exception If the output has not been set.