CallbackBehaviorAttribute.TransactionTimeout 속성

정의

트랜잭션을 완료해야 하는 기간을 가져오거나 설정합니다.

public:
 property System::String ^ TransactionTimeout { System::String ^ get(); void set(System::String ^ value); };
public string TransactionTimeout { get; set; }
member this.TransactionTimeout : string with get, set
Public Property TransactionTimeout As String

속성 값

트랜잭션이 완료되어야 하거나, 완료되지 못할 경우 자동으로 중단되어야 하는 제한 시간을 나타내는 TimeSpan 개체입니다. 기본값은 Zero입니다.

설명

일반적으로 이 값은 애플리케이션 구성 파일에서 설정됩니다.

적용 대상