Define the lease of the object.- A lease of an object can be defined by implementing ILease interface when writing the class code. - The lifetime lease will determine the lifetime of the serverobject. - The only property on the lease that can be altered once the lease is created is Ilease.CurrentLeaseTime.
|