Share via


DataCollector.Dispose Method (Boolean)

Releases the unmanaged resources that are used by the DataCollector and optionally releases the managed resources.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Protected Overridable Sub Dispose ( _
    disposing As Boolean _
)
protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit  
override Dispose : 
        disposing:bool -> unit
protected function Dispose(
    disposing : boolean
)

Parameters

  • disposing
    Type: Boolean

    true to release the managed resources.

.NET Framework Security

See Also

Reference

DataCollector Class

Dispose Overload

Microsoft.VisualStudio.TestTools.Execution Namespace