Used to renew the iterator's lease for an additional period of time, specified in milliseconds.

C# | Visual Basic | Visual C++ | J# |
void Renew( long duration )
Sub Renew ( _ duration As Long _ )
void Renew( long long duration )
void Renew( long duration )

- duration (Int64)
- The requested duration in milliseconds.

Exception | Condition |
---|---|
LeaseDeniedException | The iterator's lease has already expired. |