C# Class MassTransit.AzureServiceBusTransport.SessionReceiver

Inheritance: ReceiverMetrics, ISessionReceiver
Datei anzeigen Open project: phatboyg/MassTransit

Private Properties

Property Type Description
Stop Task

Public Methods

Method Description
DeliveryComplete ( ) : void
IncrementDeliveryCount ( ) : long
SessionReceiver ( ConnectionContext context, QueueClient queueClient, Uri inputAddress, IPipe receivePipe, ReceiveSettings receiveSettings, IReceiveObserver receiveObserver, ITaskSupervisor supervisor ) : System

Private Methods

Method Description
Stop ( ) : Task

Method Details

DeliveryComplete() public method

public DeliveryComplete ( ) : void
return void

IncrementDeliveryCount() public method

public IncrementDeliveryCount ( ) : long
return long

SessionReceiver() public method

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
return System