Microsoft.WindowsAzure.Commands.Test.Utilities.Common.MockCommandRuntime.ShouldContinue C# (CSharp) Method

ShouldContinue() public method

public ShouldContinue ( string query, string caption ) : bool
query string
caption string
return bool
        public bool ShouldContinue(string query, string caption)
        {
            return true;
        }

Same methods

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