Job.LoadJob Method (String, Boolean, Generic EventHandler)

Creates a new job from a job file.

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

Syntax

'Declaration
'Usage

Parameters

fileName

The file name to load the job from.

indexWhileLoading

Specifies whether the file should be indexed while loading.

progressDelegate

The event handler to be called when a file is being indexed.

Return Value

The created job.

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