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

공개 메소드들

메소드 설명
ReverseCallClientNotConnected ( ) : System,

Initializes a new instance of the ReverseCallClientNotConnected class.

메소드 상세

ReverseCallClientNotConnected() 공개 메소드

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