C# Класс NetMQ.Zyre.ZyreGroup

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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