C# Класс 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.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ReverseCallClientNotConnected ( ) : System,

Initializes a new instance of the ReverseCallClientNotConnected class.

Описание методов

ReverseCallClientNotConnected() публичный Метод

Initializes a new instance of the ReverseCallClientNotConnected class.
public ReverseCallClientNotConnected ( ) : System,
Результат System,