VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Api2Controllers Namespace / VintasoftImageProcessingApi2Controller Class / Dispose Methods / Dispose(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
Dispose(Boolean) Method (VintasoftImageProcessingApi2Controller)
In This Topic
Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.
Syntax
'Declaration

Protected Overloads Overrides Sub Dispose( _
ByVal disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
As Boolean _
)
protected override void Dispose(
bool disposing
)

Parameters

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

Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also