GigaSpaces XAP.NET Documentation
Deploy Method (deployment)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ManagerIGridServiceManagersDeploy(ProcessingUnitDeployment)
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 SetDefaultTimeout(TimeSpan) and return the actual processing unit that can be used or null if the timeout elapsed.
Declaration Syntax
C#Visual BasicVisual C++J#
Function Deploy ( _
	deployment As ProcessingUnitDeployment _
) As IProcessingUnit
Parameters
deployment (ProcessingUnitDeployment)
Processing unit deployment details.
Return Value
Deployed processing unit or null if the timeout elapsed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)