Construtor JobStatus (Int32)
Inicializa uma nova instância da classe JobStatus com argumentos necessários.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public JobStatus(
int executionCount
)
public:
JobStatus(
int executionCount
)
new :
executionCount:int -> JobStatus
Public Sub New (
executionCount As Integer
)
Consulte também
JobStatus Sobrecarga
Classe JobStatus
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo