다음을 통해 공유


ITransactionManager 인터페이스

정의

public interface ITransactionManager
type ITransactionManager = interface
Public Interface ITransactionManager

메서드

Ping(Guid, DateTime, ParticipantId)

참가자가 TM에 보낸 단방향 메시지로, TM이 여전히 트랜잭션의 운명에 대해 듣기를 기다리고 있음을 알립니다.

PrepareAndCommit(Guid, AccessCounter, DateTime, List<ParticipantId>, Int32)

TA에서 TM으로 보낸 요청입니다. TM은 트랜잭션을 커밋하거나 중단한 후 응답합니다.

Prepared(Guid, DateTime, ParticipantId, TransactionalStatus)

참가자가 TM에 보낸 단방향 메시지는 성공적으로 또는 실패한 후 준비됩니다.

적용 대상