GigaSpaces XAP.NET Documentation
MoveNext Method (timeout)
Class LibraryGigaSpaces.CoreISpaceIterator<(Of <(T>)>)MoveNext(Int64)
Same as MoveNext() but with blocking behavior, blocking until a matched entity is available or until timeout expires.
Declaration Syntax
C#Visual BasicVisual C++J#
bool MoveNext(
	long timeout
)
Function MoveNext ( _
	timeout As Long _
) As Boolean
bool MoveNext(
	long long timeout
)
boolean MoveNext(
	long timeout
)
Parameters
timeout (Int64)
time to wait until a next element is available.
Return Value
true if there was a next entry, false otherwise.
Exceptions
ExceptionCondition
NoSuchElementExceptionTimeout expired and no available match was found.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)