GigaSpaces XAP.NET Documentation
NumberOfInstances Method (numberOfInstances)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MemcachedMemcachedDeploymentNumberOfInstances(Int32)
Sets the number of instances that will be deployed as part of this processing unit instance.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual MemcachedDeployment NumberOfInstances(
	int numberOfInstances
)
Public Overridable Function NumberOfInstances ( _
	numberOfInstances As Integer _
) As MemcachedDeployment
public:
virtual MemcachedDeployment^ NumberOfInstances(
	int numberOfInstances
)
public MemcachedDeployment NumberOfInstances(
	int numberOfInstances
)
Parameters
numberOfInstances (Int32)
Number of instances the processing unit will have.
Return Value
The MemcachedDeployment set with the specified number of instances.

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