TransactionScope.ShouldSerializeTimeout Method

Definition

Indicates whether the Timeout for this TransactionScope should be serialized.

public:
 bool ShouldSerializeTimeout();
public bool ShouldSerializeTimeout ();
member this.ShouldSerializeTimeout : unit -> bool
Public Function ShouldSerializeTimeout () As Boolean

Returns

true if the Timeout property value should be serialized; otherwise, false.

Applies to