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: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public List<Request> WaitSome() |
| Visual Basic (Declaration) |
|---|
Public Function WaitSome As List(Of Request) |
| Visual C++ |
|---|
public: List<Request^>^ WaitSome() |