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

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

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