[This is preliminary documentation and is subject to change.]
Return a list of all requests that have completed.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public List<Request> TestSome() |
| Visual Basic (Declaration) |
|---|
Public Function TestSome As List(Of Request) |
| Visual C++ |
|---|
public: List<Request^>^ TestSome() |