JobStateChangedEventArgs.PreviousState Property

Gets the previous state of the job.

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

Syntax

'Declaration
Public Property PreviousState As JobState 
    Get 
    Private Set
'Usage
Dim instance As JobStateChangedEventArgs 
Dim value As JobState 

value = instance.PreviousState
public JobState PreviousState { get; private set; }
public:
property JobState PreviousState {
    JobState get ();
    private: void set (JobState value);
}
member PreviousState : JobState with get, private set
function get PreviousState () : JobState 
private function set PreviousState (value : JobState)

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.JobState

See Also

Reference

JobStateChangedEventArgs Class

Microsoft.WindowsAzure.MediaServices.Client Namespace