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

Add the specified partition to the set.

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

Syntax

C#
public bool Add(
	int nPartition
)

Parameters

nPartition
Type: System..::.Int32
The partition to add.

Return Value

True if the specified partition was actually added as a result of this call; false otherwise.

See Also