ObjectPoolTRelease Method Ipswitch.Messaging.Framework
Releases the specified pool item, putting it back into the pool of available items for recycling.

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public void Release(
	T item
)

Parameters

item
Type: T
Item to recycle back into the pool.
See Also

Reference