Share via


ListProvider.Dispose Method (Boolean)

Releases the unmanaged resources used by the ListProvider object and optionally releases the managed resources.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration

Parameters

  • disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

This method is called by the public Dispose method and the Finalize method. Dispose invokes this method with disposing set to true. Finalize invokes this method with disposing set to false.

When disposing is true, this method releases all resources held by any managed objects that are referenced by the ListProvider object. This method invokes the Dispose method of each referenced object.

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 Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

ListProvider Generic Class
ListProvider Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace