TransactionAttribute::Timeout Property

 

Gets or sets the time-out for this transaction.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property int Timeout {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The transaction time-out in seconds.

The following code example gets and sets the value of a Transaction attribute's Timeout property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: