GigaSpaces XAP.NET Documentation
AddZone Method (zone)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceSpaceDeploymentAddZone(String)
Adds a zone where the processing unit is allowed to be deployed on.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual SpaceDeployment AddZone(
	string zone
)
Public Overridable Function AddZone ( _
	zone As String _
) As SpaceDeployment
public:
virtual SpaceDeployment^ AddZone(
	String^ zone
)
public SpaceDeployment AddZone(
	String zone
)
Parameters
zone (String)
The zone in which the processing unit is allowed to be deployed on.
Return Value
The SpaceDeployment set with the allowed zone to be deployed on.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)