Retrieve the value received via this communication. The value
will only be available when the communication has completed.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public abstract Object GetValue() |
| Visual Basic (Declaration) |
|---|
Public MustOverride Function GetValue As Object |
| Visual C++ |
|---|
public: virtual Object^ GetValue() abstract |