[This is preliminary documentation and is subject to change.]
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: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public Request TestAny() |
| Visual Basic (Declaration) |
|---|
Public Function TestAny As Request |
| Visual C++ |
|---|
public: Request^ TestAny() |