IOutputDevice Interface

Definition

Represents an output device.

public interface IOutputDevice
type IOutputDevice = interface
Public Interface IOutputDevice

Methods

Name Description
DisplayAsync(IOutputDeviceDataProducer, IOutputDeviceData, CancellationToken)

Displays the output data asynchronously.

DisplayAsync(IOutputDeviceDataProducer, IOutputDeviceData)

Displays the output data asynchronously.

Applies to