ObjectPoolTForget Method Ipswitch.Messaging.Framework
In the event that items pulled from the queue are no longer useable, and should not be repooled, Forget forces ItemsAllocated to stop keeping track of those items, allowing more items to be created, if necessary. You must call this if you choose not to Release an item back to the pool.

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

public void Forget(
	uint numItems
)

Parameters

numItems
Type: SystemUInt32
Number of items to stop tracking.
See Also

Reference