TransactionManager.MaximumTimeout 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 the default maximum timeout interval for new transactions.
public:
static property TimeSpan MaximumTimeout { TimeSpan get(); };
public:
static property TimeSpan MaximumTimeout { TimeSpan get(); void set(TimeSpan value); };
public static TimeSpan MaximumTimeout { get; }
public static TimeSpan MaximumTimeout { get; set; }
static member MaximumTimeout : TimeSpan
static member MaximumTimeout : TimeSpan with get, set
Public Shared ReadOnly Property MaximumTimeout As TimeSpan
Public Shared Property MaximumTimeout As TimeSpan
Property Value
A TimeSpan value that specifies the maximum timeout interval that is allowed when creating new transactions.
Remarks
For an explanation of the timeout interval, see the documentation for the DefaultTimeout property.
This value can be set in the MachineSettingsSection
of the config file.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.