Propriedade JobStatus.FailureCount
Optional. Number of times this job has failed.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As JobStatus
Dim value As Integer
value = instance.FailureCount
instance.FailureCount = value
Sintaxe
'Declaração
Public Property FailureCount As Integer
public int FailureCount { get; set; }
public:
property int FailureCount {
int get ();
void set (int value);
}
/** @property */
public int get_FailureCount ()
/** @property */
public void set_FailureCount (int value)
public function get FailureCount () : int
public function set FailureCount (value : int)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe JobStatus
Membros JobStatus
Namespace Microsoft.WindowsAzure.Scheduler.Models