C# Class PowerShellHtmlConsole.InputOutputBuffers.InputCommandConsumer

Show file Open project: SzymonPobiega/PowerShellHtmlConsole

Public Methods

Method Description
InputCommandConsumer ( IDisposable>.Action action ) : System
TryConsume ( InCommand command, IDisposable scope ) : void

Method Details

InputCommandConsumer() public method

public InputCommandConsumer ( IDisposable>.Action action ) : System
action IDisposable>.Action
return System

TryConsume() public method

public TryConsume ( InCommand command, IDisposable scope ) : void
command InCommand
scope IDisposable
return void