GigaSpaces XAP.NET Documentation
Renew Method (duration)
Class LibraryGigaSpaces.CoreILeaseRenew(Int64)
Used to renew a lease for an additional period of time.
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)
A period of time, specified in milliseconds.
Exceptions
ExceptionCondition
UnknownLeaseException The lease being cancelled is unknown to the lease grantor.
LeaseDeniedException The lease grantor is unable or unwilling to renew the lease.

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