Remove the given attribute from this communicator. If not such attribute exists,
the communicator will not be changed and no exception will be thrown.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Remove( Attribute attribute ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ attribute As Attribute _ ) |
| Visual C++ |
|---|
public: void Remove( Attribute^ attribute ) |
Parameters
- attribute
- Type: MPI..::.Attribute
The attribute to remove.