Returns a lifetime service object that controls the lifetime policy of the specified object.
obj The object to obtain lifetime service for.
The object that controls the lifetime of obj.
For the default lifetime service the returned object will be an object of type System.Runtime.Remoting.Lifetime.ILease. If the obj parameter is null, the method returns null.