Method ReleaseReference
ReleaseReference(string)
Decrements the recorded reference count for a pooled resource.
public void ReleaseReference(string name)
Parameters
namestringThe identifier of the resource being released.
Remarks
The count is decremented only when the resource is already tracked in Pinwheel.Vista.Graph.DataPool.m_refCount. Once the count reaches zero, the resource becomes eligible for reuse or disposal.
ReleaseReference(SlotRef)
Decrements the recorded reference count for the resource bound to a slot reference.
public void ReleaseReference(SlotRef slotRef)
Parameters
slotRefSlotRef