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

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

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

Initializes a new instance of the CannotPerformCallOnCompletedReverseCallConnection class.

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

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

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