DistributedTransactionTimeToLive

This property specifies the time the transaction can remain inactive after it has been detached or delisted from the database.

Declaration

// C#
public static int DistributedTransactionTimeToLive { get; set; }

Property Type

System.Int32

Property Value

The unit of time is seconds.

Remarks

The default value is 120 seconds.

The time to live must be between 1 and int.MaxValue, or the default will be used.

Once this time expires, the transaction is automatically terminated by the provider.