C# Class ReverseCallClientNotConnected, Runtime

Exception that gets thrown when the ReverseCallClient{TClientMessage, TServerMessage, TConnectArguments, TConnectResponse, TRequest, TResponse}.Handle(Func{TRequest, System.Threading.CancellationToken, System.Threading.Tasks.Task{TResponse}}, System.Threading.CancellationToken) is called before it has successfully established a connection.
Inheritance: Exception
Mostrar archivo Open project: dolittle/Runtime

Public Methods

Method Description
ReverseCallClientNotConnected ( ) : System,

Initializes a new instance of the ReverseCallClientNotConnected class.

Method Details

ReverseCallClientNotConnected() public method

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