GigaSpaces XAP.NET Documentation
Renew Method (duration)
Class LibraryGigaSpaces.CoreISpaceIterator<(Of <(T>)>)Renew(Int64)
Used to renew the iterator's lease for an additional period of time, specified in milliseconds.
Declaration Syntax
C#Visual BasicVisual C++J#
void Renew(
	long duration
)
Sub Renew ( _
	duration As Long _
)
void Renew(
	long long duration
)
void Renew(
	long duration
)
Parameters
duration (Int64)
The requested duration in milliseconds.
Exceptions
ExceptionCondition
LeaseDeniedExceptionThe iterator's lease has already expired.

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