ClrPlus.Powershell.Core.AsyncCmdlet.ShouldContinue C# (CSharp) Метод

ShouldContinue() публичный Метод

public ShouldContinue ( string query, string caption ) : bool
query string
caption string
Результат bool
        public new bool ShouldContinue(string query, string caption)
        {
            throw new NotImplementedException();
        }

Same methods

AsyncCmdlet::ShouldContinue ( string query, string caption, bool &yesToAll, bool &noToAll ) : bool