C# 클래스 Brod.Network.RequestSender

상속: IDisposable
파일 보기 프로젝트 열기: paralect/brod 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Push ( Request request ) : void
RequestSender ( String address, ZMQ socketType, ZMQ context ) : System
Send ( Request request ) : Response

비공개 메소드들

메소드 설명
CreateSocket ( ZMQ socketType ) : Socket
Protocolize ( String address ) : String

Insures that protocol is specified. If it doesn't - use tcp://

Send ( Request request, bool responseAvailable ) : Response

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Push() 공개 메소드

public Push ( Request request ) : void
request Brod.Contracts.Requests.Request
리턴 void

RequestSender() 공개 메소드

public RequestSender ( String address, ZMQ socketType, ZMQ context ) : System
address String
socketType ZMQ
context ZMQ
리턴 System

Send() 공개 메소드

public Send ( Request request ) : Response
request Brod.Contracts.Requests.Request
리턴 Brod.Contracts.Responses.Response