Table of Contents

Method GetReferenceCount

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

GetReferenceCount(string)

Returns the tracked reference count for a pooled resource.

public int GetReferenceCount(string name)

Parameters

name string

The identifier of the resource to query.

Returns

int

The tracked reference count, or 0 when the resource is not currently tracked.