Microsoft.Zing.ZingerBounds.IncrementDelayCost C# (CSharp) Method

IncrementDelayCost() public method

public IncrementDelayCost ( ) : void
return void
        public void IncrementDelayCost()
        {
            if (ZingerConfiguration.DoDelayBounding)
            {
                ExecutionCost++;
            }
        }