Called when no items currently in the pool, will wait for items to be returned.

Namespace: RCLibrary
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool Wait()
Visual Basic
Function Wait As Boolean
Visual C++
bool Wait()

Return Value

true if wait timed out, false if objects should be in pool

See Also