C# 클래스 MassTransit.Events.ReceiveEndpointFaultedEvent

상속: ReceiveEndpointFaulted
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
ReceiveEndpointFaultedEvent ( Uri inputAddress, Exception exception, IReceiveEndpoint receiveEndpoint ) : System

메소드 상세

ReceiveEndpointFaultedEvent() 공개 메소드

public ReceiveEndpointFaultedEvent ( Uri inputAddress, Exception exception, IReceiveEndpoint receiveEndpoint ) : System
inputAddress System.Uri
exception System.Exception
receiveEndpoint IReceiveEndpoint
리턴 System