DisposeTracker Class

Inheritance Hierarchy

System.Object
  System.Runtime.ConstrainedExecution.CriticalFinalizerObject
    Microsoft.Exchange.Diagnostics.DisposeTracker

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public MustInherit Class DisposeTracker _
    Inherits CriticalFinalizerObject _
    Implements IDisposable
'Usage
Dim instance As DisposeTracker
[CLSCompliantAttribute(true)]
public abstract class DisposeTracker : CriticalFinalizerObject, 
    IDisposable

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.