Pickaxe.Runtime.Proxy.IncrementErrorCount C# (CSharp) Method

IncrementErrorCount() public method

public IncrementErrorCount ( ) : void
return void
        public void IncrementErrorCount()
        {
            lock(Lock)
            {
                ErrorCount++;
            }
        }