NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MarshalByRefObject.GetLifetimeService

This method is used return a lifetime service object that is used to control the lifetime policy to the object. For the default Lifetime service this will be an object of type ILease.

[Visual Basic]
Public Function GetLifetimeService() As Object
[C#]
public object GetLifetimeService();
[C++]
public: Object* GetLifetimeService();
[JScript]
public function GetLifetimeService() : Object;

Return Value

Returns Object to control lifetime Service.

See Also

MarshalByRefObject Class | MarshalByRefObject Members | System Namespace