PartitionSetAdd Method (Int32) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Add the specified partition to the set.
Namespace:
Tangosol.Net.Partition
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic bool Add(
int nPartition
)
Parameters
- nPartition
- Type: SystemInt32
The partition to add.
Return Value
Type:
Boolean
True if the specified partition was actually added as a result
of this call; false otherwise.
See Also