IOutputDevice Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |