ObjectPoolTAcquire Method Ipswitch.Messaging.Framework
Get a new pool item. The pool will keep a count of this item, so it needs to be given back to the pool with Release().

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

public T Acquire()

Return Value

Type: T
A pool item, or default value if at maximum pool size.
See Also

Reference