GigaSpaces XAP.NET Documentation
Replicated Method (async, numberOfInstances)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MemcachedMemcachedDeploymentReplicated(Boolean, Int32)
A convenient method allowing to easily configure the processing unit 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 MemcachedDeployment Replicated(
	bool async,
	int numberOfInstances
)
Public Overridable Function Replicated ( _
	async As Boolean, _
	numberOfInstances As Integer _
) As MemcachedDeployment
public:
virtual MemcachedDeployment^ Replicated(
	bool async, 
	int numberOfInstances
)
public MemcachedDeployment 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 MemcachedDeployment.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)