C# Class ReverseCallDispatcherAlreadyAccepted, Runtime

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

Méthodes publiques

Méthode Description
ReverseCallDispatcherAlreadyAccepted ( ) : System,

Initializes a new instance of the ReverseCallDispatcherAlreadyAccepted class.

Method Details

ReverseCallDispatcherAlreadyAccepted() public méthode

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