Job.Dispose Method (Boolean)

Frees the resources that the job creates.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Protected Overrides Sub Dispose ( _
    disposing As Boolean _
)
'Usage
Dim disposing As Boolean

Me.Dispose(disposing)
protected override void Dispose (
    bool disposing
)
protected:
virtual void Dispose (
    bool disposing
) override

Parameters

disposing

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Job Class
Job Members
Microsoft.Expression.Encoder Namespace