Click or drag to resize

PartitionSetAdd Method (PartitionSet)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Add the specified PartitionSet to this set.

Namespace:  Tangosol.Net.Partition
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public 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