Object Activation and Lifetimes
.NET Framework 2.0
Usually, you do not need to pay attention to exactly when an object is created; you merely want the object to be responsive when you call a method on it. However, when you are building a remote object, you must know the details of when and how a new object is created and initialized — how it is activated. Because the remoting system must always know what type of activation is required before it can make objects available to clients, understanding your choices is important.
In This Section
- Activation of Remote Objects
-
Describes the two types of activation for remote objects—server activation and client activation.
- Lifetime Leases
-
Describes how to initialize and renew leases.