GigaSpaces XAP.NET Documentation
WaitFor Method (numberOfProcessingUnitInstances)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ContainerIGridServiceContainerWaitFor(Int32)
Waits for SetDefaultTimeout(TimeSpan) till the provided number of processing unit instances to run within the container.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitFor(
	int numberOfProcessingUnitInstances
)
Function WaitFor ( _
	numberOfProcessingUnitInstances As Integer _
) As Boolean
bool WaitFor(
	int numberOfProcessingUnitInstances
)
boolean WaitFor(
	int numberOfProcessingUnitInstances
)
Parameters
numberOfProcessingUnitInstances (Int32)
The number of processing unit instances to wait for.
Return Value
true if the number was reached, false if the timeout expired.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)