Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Add the specified PartitionSet to this set.

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

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