C# 클래스 NServiceBus.Transports.RabbitMQ.ConfirmsAwareChannel

상속: IDisposable
파일 보기 프로젝트 열기: MyDealerLot/NServiceBus.RabbitMQ

공개 메소드들

메소드 설명
ConfirmsAwareChannel ( IConnection connection, bool usePublisherConfirms, System.TimeSpan maxWaitTimeForConfirms ) : System
Dispose ( ) : void

메소드 상세

ConfirmsAwareChannel() 공개 메소드

public ConfirmsAwareChannel ( IConnection connection, bool usePublisherConfirms, System.TimeSpan maxWaitTimeForConfirms ) : System
connection IConnection
usePublisherConfirms bool
maxWaitTimeForConfirms System.TimeSpan
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void