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

ShouldProcess() public method

public ShouldProcess ( string target ) : bool
target string
return bool
        public bool ShouldProcess(string target)
        {
            return true;
        }

Same methods

MockCommandRuntime::ShouldProcess ( string target, string action ) : bool
MockCommandRuntime::ShouldProcess ( string verboseDescription, string verboseWarning, string caption ) : bool
MockCommandRuntime::ShouldProcess ( string verboseDescription, string verboseWarning, string caption, ShouldProcessReason &shouldProcessReason ) : bool