C# Class CannotPerformCallOnCompletedReverseCallConnection, Runtime

Exception that gets thrown when attempting to perfom a IReverseCallDispatcher{TClientMessage, TServerMessage, TConnectArguments, TConnectResponse, TRequest, TResponse}.Call after the client has closed the connection.
Inheritance: Exception
Exibir arquivo Open project: dolittle/Runtime

Public Methods

Method Description
CannotPerformCallOnCompletedReverseCallConnection ( ) : System,

Initializes a new instance of the CannotPerformCallOnCompletedReverseCallConnection class.

Method Details

CannotPerformCallOnCompletedReverseCallConnection() public method

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