JobStatus Constructor (Int32)
Initializes a new instance of the JobStatus class with required arguments.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public JobStatus(
int executionCount
)
public:
JobStatus(
int executionCount
)
new :
executionCount:int -> JobStatus
Public Sub New (
executionCount As Integer
)
See Also
JobStatus Overload
JobStatus Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top