C# 클래스 ESBServer.Subscriber

상속: IDisposable
파일 보기 프로젝트 열기: h0x91b/ESB-csharp-server

공개 프로퍼티들

프로퍼티 타입 설명
lastActiveTime int
lastPingTime int
subscribeChannels List

공개 메소드들

메소드 설명
Dispose ( ) : void
Poll ( ) : Message
Subscribe ( string channel ) : void
Subscriber ( string _guid, string _targetGuid, string _host, int _port, ZmqContext _ctx ) : System
Unsubscribe ( string channel ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Poll() 공개 메소드

public Poll ( ) : Message
리턴 Message

Subscribe() 공개 메소드

public Subscribe ( string channel ) : void
channel string
리턴 void

Subscriber() 공개 메소드

public Subscriber ( string _guid, string _targetGuid, string _host, int _port, ZmqContext _ctx ) : System
_guid string
_targetGuid string
_host string
_port int
_ctx ZmqContext
리턴 System

Unsubscribe() 공개 메소드

public Unsubscribe ( string channel ) : void
channel string
리턴 void

프로퍼티 상세

lastActiveTime 공개적으로 프로퍼티

public int lastActiveTime
리턴 int

lastPingTime 공개적으로 프로퍼티

public int lastPingTime
리턴 int

subscribeChannels 공개적으로 프로퍼티

public List subscribeChannels
리턴 List