|
How do you define the lease of the object?
|
The lifetime of the server object is determined by the lifetime lease. This is defined by implementing ILease interface when writing the class code.
OR
You can define the lease of the object by implementing the ILease interface at the code time.
|
|
|
|
|
|
|
|