LiveJob.Save Method

Saves this job to a file.

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

Syntax

'Declaration
Public Sub Save ( _
    outputFileName As String _
)
'Usage
Dim instance As LiveJob
Dim outputFileName As String

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

Parameters

outputFileName

The name of the file 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

LiveJob Class
LiveJob Members
Microsoft.Expression.Encoder.Live Namespace