JobStateChangedEventArgs Class

Describes the change of state of an IJob that was submitted.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.WindowsAzure.MediaServices.Client.JobStateChangedEventArgs

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

Syntax

'Declaration
Public Class JobStateChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As JobStateChangedEventArgs
public class JobStateChangedEventArgs : EventArgs
public ref class JobStateChangedEventArgs : public EventArgs
type JobStateChangedEventArgs =  
    class 
        inherit EventArgs 
    end
public class JobStateChangedEventArgs extends EventArgs

The JobStateChangedEventArgs type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property CurrentState Gets the current state of the job.
Public property PreviousState Gets the previous state of the job.

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