TaskHistoricalEvent Class

Represents a task history event

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.TaskHistoricalEvent

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

Syntax

'Declaration
Public Class TaskHistoricalEvent
'Usage
Dim instance As TaskHistoricalEvent
public class TaskHistoricalEvent
public ref class TaskHistoricalEvent
type TaskHistoricalEvent =  class end
public class TaskHistoricalEvent

The TaskHistoricalEvent type exposes the following members.

Constructors

  Name Description
Public method TaskHistoricalEvent Initializes a new instance of the TaskHistoricalEvent class.

Top

Properties

  Name Description
Public property Code Gets or sets the code.
Public property Message Gets or sets the message.
Public property TimeStamp Gets or sets the time stamp.

Top

Methods

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

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.WindowsAzure.MediaServices.Client Namespace