The RequestList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RequestList |
Create a new, empty request list.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new request to the request list.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Remove a request from the request list.
| |
| TestAll |
Test whether all of the requests have completed. If all of the
requests have completed, the result is the list of requests.
Otherwise, the result is null.
| |
| TestAny |
Determines whether any request has completed. If so, that request will be removed
from the request list and returned.
| |
| TestSome |
Return a list of all requests that have completed.
| |
| ToString | (Inherited from Object.) | |
| WaitAll |
Wait until all of the requests has completed before returning.
| |
| WaitAny |
Waits until any request has completed. That request will then be removed
from the request list and returned.
| |
| WaitSome |
Wait for at least one request to complete, then return a list of
all of the requests that have completed at this point.
|
Fields
| Name | Description | |
|---|---|---|
| requests |
The actual list of requests.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Retrieves the number of elements in this list of requests.
|