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
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
ReverseCallClientNotConnected ( ) : System,

Initializes a new instance of the ReverseCallClientNotConnected class.

Method Details

ReverseCallClientNotConnected() public méthode

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