Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Runtime.Console Namespace Reference

Classes

class  ConsoleError
 Serializes output to System.Console.Error, and assures modules are not dead-locked in case the Console gets locked by the user. More...
 
class  ConsoleIn
 Serializes input from System.Console.In, and assures modules are not dead-locked in case the Console gets locked by the user. More...
 
class  ConsoleOut
 Serializes output to System.Console.Out, and assures modules are not dead-locked in case the Console gets locked by the user. More...
 

Functions

delegate void CustomWriter (TextWriter Output)
 Delegate for custom writers. More...
 
delegate Task CustomAsyncWriter (TextWriter Output)
 Delegate for asynchronous custom writers. More...
 

Function Documentation

◆ CustomAsyncWriter()

delegate Task Waher.Runtime.Console.CustomAsyncWriter ( TextWriter  Output)

Delegate for asynchronous custom writers.

Parameters
OutputWhere output should be written.

◆ CustomWriter()

delegate void Waher.Runtime.Console.CustomWriter ( TextWriter  Output)

Delegate for custom writers.

Parameters
OutputWhere output should be written.