CrmServiceClient.MaxConnectionTimeout Property

Definition

Gets or Sets the Max Connection Timeout for the connection. Default setting is 2 min, this property can also be set via app.config/app.settings with the property MaxCrmConnectionTimeOutMinutes

public:
 static property TimeSpan MaxConnectionTimeout { TimeSpan get(); void set(TimeSpan value); };
public static TimeSpan MaxConnectionTimeout { get; set; }
static member MaxConnectionTimeout : TimeSpan with get, set
Public Shared Property MaxConnectionTimeout As TimeSpan

Property Value

Default value is 2 minutes.

Applies to