PoolableObject.GetUsageCount Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Gets the usage counter which gets increased each time an object is re-used from the pool.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public int GetUsageCount()

Return Value

Type: Int32
The usage counter

See Also