Click or drag to resize

ReusableObjectPoolClear Method

Releases all the objects currently cached in the specified pool.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public static void Clear(
	Type type
)
View Source

Parameters

type  Type
Type of pool to clear.
See Also