[This is preliminary documentation and is subject to change.]
Wait for at least one request to complete, then return a list of
all of the requests that have completed at this point.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public List<Request> WaitSome() |
| Visual Basic (Declaration) |
|---|
Public Function WaitSome As List(Of Request) |
| Visual C++ |
|---|
public: List<Request^>^ WaitSome() |