TaskDetails Structure

Encapsulates task-related details.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration

  Public Structure TaskDetails
'Usage

  Dim instance As TaskDetails
  public struct TaskDetails
  public value class TaskDetails
[<SealedAttribute>]
type TaskDetails =  struct end
  

The TaskDetails type exposes the following members.

Properties

  Name Description
Public property ChildProcessId Gets or sets the ID of a child process.
Public property TaskCount Gets or sets the task count.
Public property TaskIndex Gets or sets the index of a task.
Public property TaskProgress Gets or sets the progress of a task.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

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

Microsoft.Web.Media.TransformManager Namespace