C# 클래스 MassTransit.AzureServiceBusTransport.SessionReceiver

상속: ReceiverMetrics, ISessionReceiver
파일 보기 프로젝트 열기: phatboyg/MassTransit

Private Properties

프로퍼티 타입 설명
Stop Task

공개 메소드들

메소드 설명
DeliveryComplete ( ) : void
IncrementDeliveryCount ( ) : long
SessionReceiver ( ConnectionContext context, QueueClient queueClient, Uri inputAddress, IPipe receivePipe, ReceiveSettings receiveSettings, IReceiveObserver receiveObserver, ITaskSupervisor supervisor ) : System

비공개 메소드들

메소드 설명
Stop ( ) : Task

메소드 상세

DeliveryComplete() 공개 메소드

public DeliveryComplete ( ) : void
리턴 void

IncrementDeliveryCount() 공개 메소드

public IncrementDeliveryCount ( ) : long
리턴 long

SessionReceiver() 공개 메소드

public SessionReceiver ( ConnectionContext context, QueueClient queueClient, Uri inputAddress, IPipe receivePipe, ReceiveSettings receiveSettings, IReceiveObserver receiveObserver, ITaskSupervisor supervisor ) : System
context ConnectionContext
queueClient QueueClient
inputAddress System.Uri
receivePipe IPipe
receiveSettings ReceiveSettings
receiveObserver IReceiveObserver
supervisor ITaskSupervisor
리턴 System