[This is preliminary documentation and is subject to change.]
Free the resources associated with a request.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Request_free( ref int request ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Request_free ( _ ByRef request As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Request_free( int% request ) |
Parameters
- request
- Type:
System..::.Int32
%
The request that will be freed.