C# Class NetMQ.Zyre.ZyreEvents.ZyreEventShout

Inheritance: System.EventArgs, IZyreEventHeader
Afficher le fichier Open project: NetMQ/Zyre Class Usage Examples

Méthodes publiques

Méthode Description
ZyreEventShout ( System.Guid senderUuid, string senderName, string groupName, NetMQMessage content ) : System

Constructor

Method Details

ZyreEventShout() public méthode

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
Résultat System