GigaSpaces XAP.NET Documentation
Deploy Method (deployment, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ManagerIGridServiceManagerDeploy(SpaceDeployment, TimeSpan)
Deploys a space based on the space deployment information on the given grid service manager (it will act as the primary GSM for the deployed processing unit). The deployment process will wait for the specified timeout and return the actual processing unit that can be used or null if the timeout elapsed. Note, deploying just a space is simply deploying a built in processing unit that starts just an embedded space.
Declaration Syntax
C#Visual BasicVisual C++J#
IProcessingUnit Deploy(
	SpaceDeployment deployment,
	TimeSpan timeout
)
Function Deploy ( _
	deployment As SpaceDeployment, _
	timeout As TimeSpan _
) As IProcessingUnit
IProcessingUnit^ Deploy(
	SpaceDeployment^ deployment, 
	TimeSpan timeout
)
IProcessingUnit Deploy(
	SpaceDeployment deployment,
	TimeSpan timeout
)
Parameters
deployment (SpaceDeployment)
Space deployment details.
timeout (TimeSpan)
The time to wait.
Return Value
Deployed processing unit that contains the space or null if the timeout elapsed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)