C# Class MassTransit.Events.ReceiveEndpointFaultedEvent

Inheritance: ReceiveEndpointFaulted
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
ReceiveEndpointFaultedEvent ( Uri inputAddress, Exception exception, IReceiveEndpoint receiveEndpoint ) : System

Method Details

ReceiveEndpointFaultedEvent() public méthode

public ReceiveEndpointFaultedEvent ( Uri inputAddress, Exception exception, IReceiveEndpoint receiveEndpoint ) : System
inputAddress System.Uri
exception System.Exception
receiveEndpoint IReceiveEndpoint
Résultat System