Responder Developer Guide
InitializeLifetimeService Method


Obtains a lifetime service object to control the lifetime policy for this instance.
Syntax
'Declaration
 
Public Overrides Function InitializeLifetimeService() As Object
'Usage
 
Dim instance As ResponderService
Dim value As Object
 
value = instance.InitializeLifetimeService()
public override object InitializeLifetimeService()

Return Value

An object of type System.Runtime.Remoting.Lifetime.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 System.Runtime.Remoting.Lifetime.LifetimeServices.LeaseManagerPollTime property.
Exceptions
ExceptionDescription
System.Security.SecurityExceptionThe immediate caller does not have infrastructure permission.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderService Class
ResponderService Members

 

 


Send Comment