Used to renew the iterator's lease for an additional period of time, specified in milliseconds.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
LeaseDeniedException | The iterator's lease has already expired. |