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#
public bool Wait()
Visual Basic
Public Function Wait As Boolean
Visual C++
public:
virtual bool Wait() sealed

Return Value

[Missing <returns> documentation for "M:RCLibrary.EventWaitStrategy.Wait"]

Implements

IWaitStrategy..::..Wait()()()()

See Also