Summary
Obtains a lifetime service object to control the lifetime policy for
this instance.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ReferencesResolver
Syntax
public override Object InitializeLifetimeService()
Return Value
Type | Description |
---|---|
Object |
An object of type System.Runtime.Remoting.Lifetime.ILease used to control the lifetime
policy for this instance. This is the current lifetime service object
for this instance if one exists; otherwise, a new lifetime service
object initialized with a lease that will never time out.
|