GigaSpaces XAP.NET Documentation
NumberOfInstances Method (numberOfInstances)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceSpaceDeploymentNumberOfInstances(Int32)
Sets the number of instances of the space deployment.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual SpaceDeployment NumberOfInstances(
	int numberOfInstances
)
Public Overridable Function NumberOfInstances ( _
	numberOfInstances As Integer _
) As SpaceDeployment
public:
virtual SpaceDeployment^ NumberOfInstances(
	int numberOfInstances
)
public SpaceDeployment NumberOfInstances(
	int numberOfInstances
)
Parameters
numberOfInstances (Int32)
The number of instances to set for the space deployment.
Return Value
The SpaceDeployment set with the specified number of instances.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)