AsyncPackage::Dispose Method (Boolean)

Visual Studio 2015
 

Disposes the object and the associated cancellation token.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System::Boolean

True if the object has been disposed.

Return to top
Show: