C# Class NetMQ.Zyre.ZyreGroup

Inheritance: IDisposable
ファイルを表示 Open project: NetMQ/Zyre Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Release any contained resources.

ToString ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Release any contained resources.

Private Methods

Method Description
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

Method Details

Dispose() public method

Release any contained resources.
public Dispose ( ) : void
return void

Dispose() protected method

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

ToString() public method

public ToString ( ) : string
return string