PowerShellHtmlConsole.PSRemoteRawUserInterface.FlushInputBuffer C# (CSharp) Method

FlushInputBuffer() public method

Resets the input buffer. This functionality is not implemented. The call simple returns silently.
public FlushInputBuffer ( ) : void
return void
        public override void FlushInputBuffer()
        {
            // Do nothing.
        }