WebHostAssemblyResolver::Dispose Method (Boolean)

 

Releases the unmanaged resources used by the WebHostAssemblyResolver class and optionally releases the managed resources.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

protected:
virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System::Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Return to top
Show: