3.3.4.10 set_SponsorshipTimeout

set_SponsorshipTimeout updates the Lease Object's SponsorshipTimeout.

 void set_SponsorshipTimeout(System.TimeSpan value);

value:  A TimeSpan value that has to be set as the SponsorshipTimeout 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 SponsorshipTimeout.