DevForce Help Reference
Timeout Property


Gets the timeout period for the transaction.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property Timeout As TimeSpan
'Usage
 
Dim instance As TransactionSettings
Dim value As TimeSpan
 
value = instance.Timeout
[DataMember()]
public TimeSpan Timeout {get;}
Remarks
Only applicable if UseTransactionScope is true. The default Timeout is one minute.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransactionSettings Class
TransactionSettings Members

Send Feedback