C# 클래스 NServiceBus.Redis.SendResourceManager

상속: IEnlistmentNotification
파일 보기 프로젝트 열기: mackie1001/NServicebus.Redis

공개 메소드들

메소드 설명
Commit ( Enlistment enlistment ) : void
InDoubt ( Enlistment enlistment ) : void
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Rollback ( Enlistment enlistment ) : void
SendResourceManager ( System.Action actionOnCommit ) : System
SendResourceManager ( TransportMessage message, NServiceBus.Address address, RedisQueue queue ) : System

메소드 상세

Commit() 공개 메소드

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

InDoubt() 공개 메소드

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

Prepare() 공개 메소드

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
리턴 void

Rollback() 공개 메소드

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

SendResourceManager() 공개 메소드

public SendResourceManager ( System.Action actionOnCommit ) : System
actionOnCommit System.Action
리턴 System

SendResourceManager() 공개 메소드

public SendResourceManager ( TransportMessage message, NServiceBus.Address address, RedisQueue queue ) : System
message TransportMessage
address NServiceBus.Address
queue RedisQueue
리턴 System