PartitionSetAdd Method (Int32) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Add the specified partition to the set.
Namespace:
Tangosol.Net.Partition
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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