C# Class ESBServer.Publisher

Afficher le fichier Open project: h0x91b/ESB-csharp-server

Méthodes publiques

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

Method Details

Publish() public méthode

public Publish ( string channel, Message msg ) : void
channel string
msg Message
Résultat void

Publisher() public méthode

public Publisher ( string _guid, string _host, int _port, ZmqContext _ctx ) : System
_guid string
_host string
_port int
_ctx ZmqContext
Résultat System