C# 클래스 ESBServer.Publisher

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

공개 메소드들

메소드 설명
Publish ( string channel, Message msg ) : void
Publisher ( string _guid, string _host, int _port, ZmqContext _ctx ) : System

메소드 상세

Publish() 공개 메소드

public Publish ( string channel, Message msg ) : void
channel string
msg Message
리턴 void

Publisher() 공개 메소드

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