dbicDayView Send comments on this topic.
GetLifetimeService Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : GetLifetimeService Method

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

Syntax

Visual Basic (Declaration) 
Public Function GetLifetimeService() As Object
C# 
public object GetLifetimeService()

Return Value

An object of type System.Runtime.Remoting.Lifetime.ILease used to control the lifetime policy for this instance.

Exceptions

ExceptionDescription
System.Security.SecurityExceptionThe immediate caller does not have infrastructure permission.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also