MarshalByRefObject.InitializeLifetimeService Method ()
.NET Framework (current version)
Obtains a lifetime service object to control the lifetime policy for this instance.
Assembly: mscorlib (in mscorlib.dll)
[<SecurityCriticalAttribute>] abstract InitializeLifetimeService : unit -> Object [<SecurityCriticalAttribute>] override InitializeLifetimeService : unit -> Object
Return Value
Type: System.ObjectAn object of type 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 to the value of the LifetimeServices.LeaseManagerPollTime property.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller does not have infrastructure permission. |
For more information about lifetime services, see the LifetimeServices class.
SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 1.1
Available since 1.1
Show: