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