[This is preliminary documentation and is subject to change.]
Add a new request to the request list.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public void Add( Request request ) |
| Visual Basic (Declaration) |
|---|
Public Sub Add ( _ request As Request _ ) |
| Visual C++ |
|---|
public: void Add( Request^ request ) |
Parameters
- request
- Type: MPI..::.Request
The request to add.