ObjectHandle::InitializeLifetimeService Method ()

 

Initializes the lifetime lease of the wrapped object.

Namespace:   System.Runtime.Remoting
Assembly:  mscorlib (in mscorlib.dll)

public:
[SecurityCriticalAttribute]
virtual Object^ InitializeLifetimeService() override

Return Value

Type: System::Object^

An initialized ILease that allows you to control the lifetime of the wrapped object.

.NET Framework
Available since 1.1
Return to top
Show: