Table of Contents

Method ReleaseReference

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

ReleaseReference(string)

Decrements the recorded reference count for a pooled resource.

public void ReleaseReference(string name)

Parameters

name string

The 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

slotRef SlotRef