IReplInteractionPresenter
Renders semantic interaction events to an output target.
- Kind:
Interface - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/IReplInteractionPresenter.cs
Signature
Section titled “Signature”public interface IReplInteractionPresenterDerived Classes
Section titled “Derived Classes”Methods
Section titled “Methods”PresentAsync(ReplInteractionEvent, CancellationToken)
Section titled “PresentAsync(ReplInteractionEvent, CancellationToken)”Presents one semantic event.
ValueTask PresentAsync(ReplInteractionEvent evt, CancellationToken cancellationToken)Parameters
Section titled “Parameters”evt(ReplInteractionEvent): Semantic interaction event.cancellationToken(CancellationToken): Cancellation token.
Returns
Section titled “Returns”ValueTask - An asynchronous operation.