Skip to content

IActionPipe

Namespace: VideoCataloger

Type: Interface

Interface to send data to the process that control the video player.

Definition

public interface IActionPipe

Methods

Method Description
WriteLine(string) Write a line of text to the console window
Write(string) Write text to the console window
Write(string) Write text to the console window

WriteLine

Write a line of text to the console window

void WriteLine(string line)

Parameters:

Name Type Description
line String Text to be output

Write

Write text to the console window

void Write(string line)

Parameters:

Name Type Description
line String Text to be written

Write

Write text to the console window

void Write(string line)

Parameters:

Name Type Description
line String Text to be written