GigaSpaces XAP.NET Documentation
ProcessingUnitDeployment Constructor (location)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitProcessingUnitDeploymentProcessingUnitDeployment(String)
Constructs a processing unit deployment based on the specified processing unit location.
Declaration Syntax
C#Visual BasicVisual C++J#
public ProcessingUnitDeployment(
	string location
)
Public Sub New ( _
	location As String _
)
public:
ProcessingUnitDeployment(
	String^ location
)
public ProcessingUnitDeployment(
	String location
)
Parameters
location (String)
Can either be a processing unit name, in that case this name should exists as a directory under the [GS INSTALLATION]\Deploy directory. Or a full path that points either to a processing unit zip/jar or a directory.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)