3.3.4.8 set_RenewOnCallTime
set_RenewOnCallTime updates the Lease Object's RenewOnCallTime.
-
void set_RenewOnCallTime(TimeSpan value);
value: A TimeSpan value that has to be set as the RenewOnCallTime in the associated Lease Data.
Return Values: There are no return values for this method.
Exceptions: No Exceptions are specified for this method other than the Exceptions common to all Remote Methods in .NET Remoting (as specified in [MS-NRTP] section 3.2.5.1.7).
If the associated Lease Data's CurrentState is not "Initial", then a RemotingException MUST be constructed (as specified in [MS-NRTP] section 3.2.5.1.7.2), and the exception MUST be sent back to the client; otherwise, the argument value MUST be set as the new value of RenewOnCallTime.