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#
protected virtual bool Wait()
Visual Basic
Protected Overridable Function Wait As Boolean
Visual C++
protected:
virtual bool Wait()

Return Value

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

See Also