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

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