JobStatus 构造函数 (Int32)

 

初始化带有所需参数 JobStatus 类的新实例。

命名空间:   Microsoft.WindowsAzure.Scheduler.Models
程序集:  Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)

语法

public JobStatus(
    int executionCount
)
public:
JobStatus(
    int executionCount
)
new : 
        executionCount:int -> JobStatus
Public Sub New (
    executionCount As Integer
)

请参阅

JobStatus 重载
JobStatus 类
Microsoft.WindowsAzure.Scheduler.Models 命名空间

返回页首