TransactionManager.MaximumTimeout Property

Definition

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