ITask Interface

Describes a task within a job in the system.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Interface ITask
'Usage
Dim instance As ITask
public interface ITask
public interface class ITask
type ITask =  interface end
public interface ITask

The ITask type exposes the following members.

Properties

  Name Description
Public property Configuration Gets or sets the task configuration.
Public property EncryptionKeyId Gets the encryption key identifier for the task.
Public property EncryptionScheme Gets the encryption scheme for the task.
Public property EncryptionVersion Gets the task encryption version.
Public property EndTime Gets the end time of the task.
Public property ErrorDetails Gets a collection of ErrorDetail objects describing the errors encountered during task execution.
Public property HistoricalEvents Gets a collection of task events.
Public property Id Gets the task identifier.
Public property InitializationVector Gets the initialization vector of this task.
Public property InputAssets Gets the collection of input assets for the task.
Public property MediaProcessorId Gets or sets the media processor identifier.
Public property Name Gets or sets the name of this task.
Public property Options Gets the task options.
Public property OutputAssets Gets the collection of output assets for the task.
Public property PerfMessage Gets the perf message for this task.
Public property Priority Gets or sets the priority task.
Public property Progress Gets the percentage of completion of the task.
Public property RunningDuration Gets the running duration of the task.
Public property StartTime Gets the task start time.
Public property State Gets the task state.
Public property TaskBody Gets or sets the task body.

Top

Methods

  Name Description
Public method GetClearConfiguration Gets the decrypted configuration data.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace