你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobStateChangedEventArgs(JobState, JobState) 构造函数

定义

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)

参数

previousState
JobState
currentState
JobState

适用于