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