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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)