ClrPlus.Powershell.Core.AsyncCmdlet.ShouldContinue C# (CSharp) Méthode

ShouldContinue() public méthode

public ShouldContinue ( string query, string caption, bool &yesToAll, bool &noToAll ) : bool
query string
caption string
yesToAll bool
noToAll bool
Résultat bool
        public new bool ShouldContinue(string query, string caption, ref bool yesToAll, ref bool noToAll)
        {
            throw new NotImplementedException();
        }

Same methods

AsyncCmdlet::ShouldContinue ( string query, string caption ) : bool