GigaSpaces XAP.NET Documentation
Deploy Method (deployment, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ManagerIGridServiceManagersDeploy(ProcessingUnitDeployment, TimeSpan)
Deploys a processing unit based on the processing unit deployment information on a random 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.
Declaration Syntax
C#Visual BasicVisual C++J#
IProcessingUnit Deploy(
	ProcessingUnitDeployment deployment,
	TimeSpan timeout
)
Function Deploy ( _
	deployment As ProcessingUnitDeployment, _
	timeout As TimeSpan _
) As IProcessingUnit
IProcessingUnit^ Deploy(
	ProcessingUnitDeployment^ deployment, 
	TimeSpan timeout
)
IProcessingUnit Deploy(
	ProcessingUnitDeployment deployment,
	TimeSpan timeout
)
Parameters
deployment (ProcessingUnitDeployment)
Processing unit deployment details.
timeout (TimeSpan)
The time to wait.
Return Value
Deployed processing unit or null if the timeout elapsed.

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