[This is preliminary documentation and is subject to change.]
Wait until the given request has completed. See Wait()()().
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Wait( ref int request, out Unsafe..::.MPI_Status status ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Wait ( _ ByRef request As Integer, _ <OutAttribute> ByRef status As Unsafe..::.MPI_Status _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Wait( int% request, [OutAttribute] Unsafe..::.MPI_Status% status ) |
Parameters
- request
- Type:
System..::.Int32
%
Request object.
- status
- Type:
MPI..::.Unsafe..::.MPI_Status
%
Will receive the status of the completed operation.