Click or drag to resize

PoolableObjectGetUsageCount Method

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.2.0.0 (8.2.0.0)
Syntax
C#
public int GetUsageCount()

Return Value

Type: Int32
The usage counter
See Also