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
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
CannotPerformCallOnCompletedReverseCallConnection ( ) : System,

Initializes a new instance of the CannotPerformCallOnCompletedReverseCallConnection class.

메소드 상세

CannotPerformCallOnCompletedReverseCallConnection() 공개 메소드

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