GigaSpaces XAP.NET Documentation
WaitForAtLeastOne Method (timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ManagerIGridServiceManagersWaitForAtLeastOne(TimeSpan)
Waits for the given timeout till at least one GSM is discovered and returns it.
Declaration Syntax
C#Visual BasicVisual C++J#
IGridServiceManager WaitForAtLeastOne(
	TimeSpan timeout
)
Function WaitForAtLeastOne ( _
	timeout As TimeSpan _
) As IGridServiceManager
IGridServiceManager^ WaitForAtLeastOne(
	TimeSpan timeout
)
IGridServiceManager WaitForAtLeastOne(
	TimeSpan timeout
)
Parameters
timeout (TimeSpan)
Time to wait.
Return Value
One of the discovered managers or null if the timeout elapsed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)