Click or drag to resize

IMcCleanable Interface

Interface exposing a method to allow forced cleanup of an object.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcCleanable

The IMcCleanable type exposes the following members.

Methods
  NameDescription
Public methodClean
Method to forcably release object resouces.
Top
Remarks
In the .NET world, there is generally no easy way to deterministically release COM object resources. This interface can be exposed by objects that wish to allow clients to force a cleanup by calling its Clean method.
See Also