InsightsClient.LongRunningOperationRetryTimeout Property

 

Gets or sets the retry timeout for Long Running Operations.

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public int LongRunningOperationRetryTimeout { get; set; }
public:
property int LongRunningOperationRetryTimeout {
    virtual int get() sealed;
    virtual void set(int value) sealed;
}
abstract LongRunningOperationRetryTimeout : int with get, set
override LongRunningOperationRetryTimeout : int with get, set
Public Property LongRunningOperationRetryTimeout As Integer

Property Value

Type: System.Int32

Implements

IInsightsClient.LongRunningOperationRetryTimeout

See Also

InsightsClient Class
Microsoft.Azure.Insights Namespace

Return to top