C# 클래스 NDomain.Bus.Transport.RetryingInboundTransportDecorator

상속: IInboundTransport
파일 보기 프로젝트 열기: mfelicio/NDomain

공개 메소드들

메소드 설명
Receive ( System.TimeSpan timeout = null ) : Task
RetryingInboundTransportDecorator ( IInboundTransport inbound, IOutboundTransport outbound, InboundTransportOptions options ) : System

메소드 상세

Receive() 공개 메소드

public Receive ( System.TimeSpan timeout = null ) : Task
timeout System.TimeSpan
리턴 Task

RetryingInboundTransportDecorator() 공개 메소드

public RetryingInboundTransportDecorator ( IInboundTransport inbound, IOutboundTransport outbound, InboundTransportOptions options ) : System
inbound IInboundTransport
outbound IOutboundTransport
options InboundTransportOptions
리턴 System