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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.