C# 클래스 NetMQ.Zyre.ZyreEvents.ZyreEventShout

상속: System.EventArgs, IZyreEventHeader
파일 보기 프로젝트 열기: NetMQ/Zyre 1 사용 예제들

공개 메소드들

메소드 설명
ZyreEventShout ( System.Guid senderUuid, string senderName, string groupName, NetMQMessage content ) : System

Constructor

메소드 상세

ZyreEventShout() 공개 메소드

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
리턴 System