C# Class NDomain.Bus.Transport.RetryingInboundTransportDecorator

Inheritance: IInboundTransport
Afficher le fichier Open project: mfelicio/NDomain

Méthodes publiques

Méthode Description
Receive ( System.TimeSpan timeout = null ) : Task
RetryingInboundTransportDecorator ( IInboundTransport inbound, IOutboundTransport outbound, InboundTransportOptions options ) : System

Method Details

Receive() public méthode

public Receive ( System.TimeSpan timeout = null ) : Task
timeout System.TimeSpan
Résultat Task

RetryingInboundTransportDecorator() public méthode

public RetryingInboundTransportDecorator ( IInboundTransport inbound, IOutboundTransport outbound, InboundTransportOptions options ) : System
inbound IInboundTransport
outbound IOutboundTransport
options InboundTransportOptions
Résultat System