IInsightsClient.LongRunningOperationInitialTimeout Property
Gets or sets the initial timeout for Long Running Operations.
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
int LongRunningOperationInitialTimeout { get; set; }
property int LongRunningOperationInitialTimeout {
int get();
void set(int value);
}
abstract LongRunningOperationInitialTimeout : int with get, set
Property LongRunningOperationInitialTimeout As Integer
Property Value
Type: System.Int32
See Also
IInsightsClient Interface
Microsoft.Azure.Insights Namespace
Return to top