ListGroupingCollection.InitializeLifetimeService Method

Obtains a lifetime service object to control the lifetime policy for this instance.

Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Usage

'Usage
Dim instance As ListGroupingCollection(Of TBusinessObject)
Dim returnValue As Object

returnValue = instance.InitializeLifetimeService

Syntax

'Declaration
<SecurityCriticalAttribute> _
Public Overrides NotOverridable Function InitializeLifetimeService As Object
[SecurityCriticalAttribute] 
public override sealed Object InitializeLifetimeService ()
[SecurityCriticalAttribute] 
public:
virtual Object^ InitializeLifetimeService () override sealed
/** @attribute SecurityCriticalAttribute() */ 
public final Object InitializeLifetimeService ()
SecurityCriticalAttribute 
public override final function InitializeLifetimeService () : Object

Return Value

An instance of Object.

Remarks

For more information about the LifetimeServices class, see the Microsoft Web site (https://go.microsoft.com/fwlink/?LinkId=116102).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64

Target Platforms

Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials, Windows Server 2012 Essentials

See Also

Reference

ListGroupingCollection Generic Class
ListGroupingCollection Members
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.