RemotingServices.GetLifetimeService Method
Returns a lifetime service object that controls the lifetime policy of the specified object.
Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.MarshalByRefObject
The object to obtain lifetime service for.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller does not have infrastructure permission. |
For the default lifetime service the returned object will be an object of type ILease. If the obj parameter is a null reference (Nothing in Visual Basic), the method returns a null reference (Nothing in Visual Basic).
The following code example demonstrates how to use the GetLifetimeService method to get a lifetime lease for the specified object.
To compile and run this example, you will need to compile and run a server, timerserver.exe, and compile a shared library, timerservice.dll.
The source for timerserver.exe follows:
The source for timerservice.dll follows:
- SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction.LinkDemand; Permission value: SecurityPermissionFlag.Infrastructure
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.