What are the ways to renew lifetime leases of objects? - .Net Remoting

What are the ways to renew lifetime leases of objects?

- The only property on the lease that can be altered once the lease is created is Ilease.CurrentLeaseTime.

There are two ways by which we can renew a lease:

1. A client can renew the lifetime lease of an object by calling the ILease.Renew method.
2. The lease can be renewed by contacting a sponsor.
What are the types of remotable objects? - .Net Remoting
.Net Remoting - Marshal-by-value objects - These objects are copied and passed by value out of the application domain...
What are the Security features in .Net Remoting? - .Net Remoting
.Net Remoting is integral part of .Net Framework, so it has access to all security features of Framework.....
What are the information required to configure remote objects? - .Net Remoting
.Net Remoting - Following information to be provide to configure remote object - Activation type for the remote object.....
Post your comment