C# Class NetMQ.Zyre.ZyreEvents.ZyreEventShout

Inheritance: System.EventArgs, IZyreEventHeader
Datei anzeigen Open project: NetMQ/Zyre Class Usage Examples

Public Methods

Method Description
ZyreEventShout ( System.Guid senderUuid, string senderName, string groupName, NetMQMessage content ) : System

Constructor

Method Details

ZyreEventShout() public method

Constructor
public ZyreEventShout ( System.Guid senderUuid, string senderName, string groupName, NetMQMessage content ) : System
senderUuid System.Guid The sending peer's identity
senderName string The sending peer's public name
groupName string The name of the group to which the sending peer is shouting
content NetMQMessage The message being shouted
return System