JobStateChangedEventArgs(JobState, JobState) Constructor

Definition

public JobStateChangedEventArgs (Microsoft.WindowsAzure.MediaServices.Client.JobState previousState, Microsoft.WindowsAzure.MediaServices.Client.JobState currentState);
new Microsoft.WindowsAzure.MediaServices.Client.JobStateChangedEventArgs : Microsoft.WindowsAzure.MediaServices.Client.JobState * Microsoft.WindowsAzure.MediaServices.Client.JobState -> Microsoft.WindowsAzure.MediaServices.Client.JobStateChangedEventArgs
Public Sub New (previousState As JobState, currentState As JobState)

Parameters

previousState
JobState
currentState
JobState

Applies to