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
Show file Open project: dolittle/Runtime

Public Methods

Method Description
ReverseCallDispatcherAlreadyAccepted ( ) : System,

Initializes a new instance of the ReverseCallDispatcherAlreadyAccepted class.

Method Details

ReverseCallDispatcherAlreadyAccepted() public method

Initializes a new instance of the ReverseCallDispatcherAlreadyAccepted class.
public ReverseCallDispatcherAlreadyAccepted ( ) : System,
return System,