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
SyntaxPublic Interface IMcCleanable
The IMcCleanable type exposes the following members.
Methods
| Name | Description |
---|
 | Clean | Method to forcably release object resouces. |
Top
RemarksIn 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