PowerShellHtmlConsole.PSRemoteHost.ExitNestedPrompt C# (CSharp) Method

ExitNestedPrompt() public method

Instructs the host to exit the currently running input loop. Not implemented by this example class. The call fails with an exception.
public ExitNestedPrompt ( ) : void
return void
        public override void ExitNestedPrompt()
        {
            throw new NotImplementedException("The ExitNestedPrompt() method is not implemented by MyHost.");
        }