Share via


JobGetHistoryResponse.JobHistoryEntry.RetryCount Property

 

Optional. The retry count of this occurrence.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public int RetryCount { get; set; }
public:
property int RetryCount {
    int get();
    void set(int value);
}
member RetryCount : int with get, set
Public Property RetryCount As Integer

Property Value

Type: System.Int32

See Also

JobGetHistoryResponse.JobHistoryEntry Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top