Interface ReceiveTransportCompleted
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface ReceiveTransportCompleted : ReceiveTransportEvent
- Inherited Members
Properties
ConcurrentDeliveryCount
The maximum concurrent messages delivery to the receive endpoint
long ConcurrentDeliveryCount { get; }
Property Value
DeliveryCount
The number of messages delivered to the receive endpoint
long DeliveryCount { get; }