TransactionManager.MaximumTimeout Eigenschap

Definitie

Hiermee haalt u het standaard maximale time-outinterval voor nieuwe transacties op.

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

Waarde van eigenschap

Een TimeSpan waarde die het maximale time-outinterval aangeeft dat is toegestaan bij het maken van nieuwe transacties.

Opmerkingen

Zie de documentatie voor de DefaultTimeout eigenschap voor een uitleg van het time-outinterval.

Deze waarde kan worden ingesteld in het MachineSettingsSection configuratiebestand.

Van toepassing op