Determines whether any request has completed. If so, that request will be removed
from the request list and returned.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Request TestAny() |
| Visual Basic (Declaration) |
|---|
Public Function TestAny As Request |
| Visual C++ |
|---|
public: Request^ TestAny() |