Method IncRef
IncRef()
Expert: increments the refCount of this IndexReader
instance. RefCounts are used to determine when a
reader can be closed safely, i.e. as soon as there are
no more references. Be sure to always call a
corresponding Dec
Declaration
public virtual void IncRef()
See Also
DecRef ()