Share via


RetriableOperationResponse.RetryAfter Property

 

Optional. The recommended retry interval for the Get Azure-AsyncOperation call

Namespace:   Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

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

Property Value

Type: System.Int32

See Also

RetriableOperationResponse Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top