The following tables list the members exposed by WaitAndContinueList.
Name | Description | |
---|---|---|
![]() | WaitAndContinueList Constructor | Constructs an empty WaitAndContinueList |
Name | Description | |
---|---|---|
![]() | Count | Returns the number of work queue items |
![]() | IsEmpty | Returns true if the work queue is empty |
Name | Description | |
---|---|---|
![]() | AddWork | Overloaded. Adds a unit of work to the list |
![]() | Dispose | Disposes of the list and all it's contents |
![]() | PerformWork | Overloaded. Returns true if a unit of work was processed within the timeout, or false if the timeout expired prior to a unit of work completion. |