JobStateChangedEventArgs Constructor

Initializes a new instance of the JobStateChangedEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    previousState As JobState, _
    currentState As JobState _
)
'Usage
Dim previousState As JobState 
Dim currentState As JobState 

Dim instance As New JobStateChangedEventArgs(previousState, _
    currentState)
public JobStateChangedEventArgs(
    JobState previousState,
    JobState currentState
)
public:
JobStateChangedEventArgs(
    JobState previousState, 
    JobState currentState
)
new : 
        previousState:JobState * 
        currentState:JobState -> JobStateChangedEventArgs
public function JobStateChangedEventArgs(
    previousState : JobState, 
    currentState : JobState
)

Parameters

See Also

Reference

JobStateChangedEventArgs Class

Microsoft.WindowsAzure.MediaServices.Client Namespace