GigaSpaces XAP.NET Documentation
Replicated Method (async, numberOfInstances)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceSpaceDeploymentReplicated(Boolean, Int32)
A convenient method allowing to easily configure the space deployment to deploy a replicated (either sync or async) topology with a specified number of instances.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual SpaceDeployment Replicated(
	bool async,
	int numberOfInstances
)
Public Overridable Function Replicated ( _
	async As Boolean, _
	numberOfInstances As Integer _
) As SpaceDeployment
public:
virtual SpaceDeployment^ Replicated(
	bool async, 
	int numberOfInstances
)
public SpaceDeployment Replicated(
	boolean async,
	int numberOfInstances
)
Parameters
async (Boolean)
Indicates whether the replication in asynchronous.
numberOfInstances (Int32)
The number of space instances the deployment will have.
Return Value
The updated SpaceDeployment.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)