Table of Contents

Interface IConfigurationOptionsChecker

Namespace
OneImlx.Terminal.Commands.Checkers
Assembly
OneImlx.Terminal.dll

An abstraction of TerminalOptions checker.

public interface IConfigurationOptionsChecker

Methods

CheckAsync(TerminalOptions)

Checks the terminal configuration options asynchronously.

Task CheckAsync(TerminalOptions context)

Parameters

context TerminalOptions

The configuration options check context.

Returns

Task