다음을 통해 공유


ITransactionAgent 인터페이스

정의

트랜잭션 에이전트는 사일로 및 활성화에서 트랜잭션 시스템과 상호 작용하는 데 사용됩니다.

public interface ITransactionAgent
type ITransactionAgent = interface
Public Interface ITransactionAgent

설명

사일로당 하나의 트랜잭션 에이전트가 있습니다. TODO: 대신 런타임에 속하나요?

메서드

Abort(ITransactionInfo)

트랜잭션을 중단합니다.

Abort(TransactionInfo)

트랜잭션을 중단합니다.

Resolve(ITransactionInfo)

트랜잭션 해결을 시도합니다. 트랜잭션을 커밋하거나 중단합니다.

Resolve(TransactionInfo)

트랜잭션 해결을 시도합니다. 트랜잭션을 커밋하거나 중단합니다.

StartTransaction(Boolean, TimeSpan)

새 트랜잭션 시작

적용 대상