CpuImageWorkerBase.Dispose Method (Boolean)

Called by the Dispose() method.

Namespace: Lumia.Imaging.Workers.Cpu
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

protected virtual void Dispose(
    bool disposing
)
'Declaration
Protected Overridable Sub Dispose ( 
    disposing As Boolean
)
protected:
virtual void Dispose(
    bool disposing
)
function Dispose(disposing);

Parameters

  • disposing
    Type: System.Boolean
    True if this is a call to Dispose(), or false if called by the finalizer.

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

CpuImageWorkerBase Class

CpuImageWorkerBase.CpuImageWorkerBase Members

Dispose Overload

Lumia.Imaging.Workers.Cpu Namespace