JobBase.Save Method

Save the job file to the passed file name.

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

Syntax

'Declaration
Public Sub Save ( _
    fileName As String _
)
'Usage
Dim instance As JobBase
Dim fileName As String

instance.Save(fileName)
public void Save (
    string fileName
)
public:
void Save (
    String^ fileName
)

Parameters

fileName

The file name to save the job to.

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

JobBase Class
JobBase Members
Microsoft.Expression.Encoder Namespace