Propriedade JobStatus.FaultedCount
Optional. Number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
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.FaultedCount
instance.FaultedCount = value
Sintaxe
'Declaração
Public Property FaultedCount As Integer
public int FaultedCount { get; set; }
public:
property int FaultedCount {
int get ();
void set (int value);
}
/** @property */
public int get_FaultedCount ()
/** @property */
public void set_FaultedCount (int value)
public function get FaultedCount () : int
public function set FaultedCount (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