Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Add the specified PartitionSet to this set.

Namespace: Tangosol.Net.Partition
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public bool Add(
	PartitionSet partitions
)

Parameters

partitions
Type: Tangosol.Net.Partition..::..PartitionSet
The PartitionSet to add.

Return Value

True if all of the partitions were actually added as a result of this call; false otherwise.

See Also