Agnos.Protocol.BaseProcessor.Cell.decref C# (CSharp) Method

decref() public method

public decref ( ) : bool
return bool
                public bool decref()
                {
                    refcount -= 1;
                    return refcount <= 0;
                }
Protocol.BaseProcessor.Cell