GigaSpaces XAP.NET Documentation
SpaceDeployment Constructor (spaceName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceSpaceDeploymentSpaceDeployment(String)
Constructs a new Space deployment with the space name that will be created (it will also be the processing unit name).
Declaration Syntax
C#Visual BasicVisual C++J#
public SpaceDeployment(
	string spaceName
)
Public Sub New ( _
	spaceName As String _
)
public:
SpaceDeployment(
	String^ spaceName
)
public SpaceDeployment(
	String spaceName
)
Parameters
spaceName (String)
The space name.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)