C# Class Dolittle.Services.ReverseCallDispatcherAlreadyRejected

Exception that gets thrown when ReverseCallDispatcher{TClientMessage, TServerMessage, TConnectArguments, TConnectResponse, TRequest, TResponse}.Reject(TConnectResponse, System.Threading.CancellationToken) is called more than once.
Inheritance: Exception
Afficher le fichier Open project: dolittle-obsolete/DotNET.Fundamentals

Méthodes publiques

Méthode Description
ReverseCallDispatcherAlreadyRejected ( ) : System

Initializes a new instance of the ReverseCallDispatcherAlreadyRejected class.

Method Details

ReverseCallDispatcherAlreadyRejected() public méthode

Initializes a new instance of the ReverseCallDispatcherAlreadyRejected class.
public ReverseCallDispatcherAlreadyRejected ( ) : System
Résultat System