GigaSpaces XAP.NET Documentation
WaitFor Method (numberOfGatewayProcessingUnits)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayWaitFor(Int32)
Waits for the default timeout specified by SetDefaultTimeout(TimeSpan) till at least the provided number of Gateway Processing Unit Instances are up.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitFor(
	int numberOfGatewayProcessingUnits
)
Function WaitFor ( _
	numberOfGatewayProcessingUnits As Integer _
) As Boolean
bool WaitFor(
	int numberOfGatewayProcessingUnits
)
boolean WaitFor(
	int numberOfGatewayProcessingUnits
)
Parameters
numberOfGatewayProcessingUnits (Int32)
Number of gateway processing unit to wait for.
Return Value
CopyC#
true
if the specified number of gateway processing units are deployed,
CopyC#
false
otherwise;

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)