CrmServiceClient.MaxConnectionTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.