C# Class Nyan.Modules.Log.ZeroMQ.Channel

Show file Open project: bucknellu/Nyan Class Usage Examples

Public Methods

Method Description
Channel ( string topic = "", bool canSend = true, bool canReceive = false, string address = null ) : System
Send ( Message message ) : void
Terminate ( ) : void

Private Methods

Method Description
MonitorMessages ( ) : void
ReceiverWorker ( ) : void
SenderWorker ( ) : void
StartListener ( ) : void
StartSender ( ) : void

Method Details

Channel() public method

public Channel ( string topic = "", bool canSend = true, bool canReceive = false, string address = null ) : System
topic string
canSend bool
canReceive bool
address string
return Nyan.Core.Modules.Log.System

Send() public method

public Send ( Message message ) : void
message Nyan.Core.Modules.Log.Message
return void

Terminate() public method

public Terminate ( ) : void
return void