Share via


AdlsClient.SetPerRequestTimeout(TimeSpan) Method

Definition

Sets the per request timeout. Highly recommended to set it after creating client. Not recommended to set it while requests are underway from a different thread.

public void SetPerRequestTimeout (TimeSpan timeout);
member this.SetPerRequestTimeout : TimeSpan -> unit
Public Sub SetPerRequestTimeout (timeout As TimeSpan)

Parameters

timeout
TimeSpan

Applies to