C# 클래스 ReverseCallDispatcherAlreadyAccepted, Runtime

Exception that gets thrown when ReverseCallDispatcher{TClientMessage, TServerMessage, TConnectArguments, TConnectResponse, TRequest, TResponse}.Accept(TConnectResponse, System.Threading.CancellationToken) is called more than once.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
ReverseCallDispatcherAlreadyAccepted ( ) : System,

Initializes a new instance of the ReverseCallDispatcherAlreadyAccepted class.

메소드 상세

ReverseCallDispatcherAlreadyAccepted() 공개 메소드

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