C# Class ESBServer.Publisher

Datei anzeigen Open project: h0x91b/ESB-csharp-server

Public Methods

Method Description
Publish ( string channel, Message msg ) : void
Publisher ( string _guid, string _host, int _port, ZmqContext _ctx ) : System

Method Details

Publish() public method

public Publish ( string channel, Message msg ) : void
channel string
msg Message
return void

Publisher() public method

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