LiveJob.AddScriptCommand Method

Adds a new script command to the job.

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

Syntax

'Declaration
Public Function AddScriptCommand ( _
    type As String, _
    command As String _
) As ScriptCommand
'Usage
Dim instance As LiveJob
Dim type As String
Dim command As String
Dim returnValue As ScriptCommand

returnValue = instance.AddScriptCommand(type, command)
public ScriptCommand AddScriptCommand (
    string type,
    string command
)
public:
ScriptCommand^ AddScriptCommand (
    String^ type, 
    String^ command
)

Parameters

type

The type of the command to add.

command

The command to perform.

Return Value

The new script command.

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