C# 클래스 NetMQ.Zyre.ZyreGroup

상속: IDisposable
파일 보기 프로젝트 열기: NetMQ/Zyre 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Release any contained resources.

ToString ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Release any contained resources.

비공개 메소드들

메소드 설명
Destroy ( ) : void

Dispose this class and all objects it holds

Join ( ZyrePeer peer ) : void

Add peer to group Ignore duplicate joins

Leave ( ZyrePeer peer ) : void

Remove peer from group

NewGroup ( string name, ZyreGroup>.Dictionary container ) : ZyreGroup

Construct new group object

Send ( ZreMsg msg ) : void

Send message to all peers in group

ZyreGroup ( string name ) : System

메소드 상세

Dispose() 공개 메소드

Release any contained resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Release any contained resources.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources are to be released
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string