Waits until any request has completed. That request will then 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 WaitAny() |
| Visual Basic (Declaration) |
|---|
Public Function WaitAny As Request |
| Visual C++ |
|---|
public: Request^ WaitAny() |