C# Класс NetMQ.NetMQSocketEventArgs

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

Private Properties

Свойство Тип Описание
Init void

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

Метод Описание
NetMQSocketEventArgs ( [ socket ) : System

Create a new NetMQSocketEventArgs referencing the given socket.

Приватные методы

Метод Описание
Init ( PollEvents events ) : void

Initialise the ReceiveReady and SendReady flags from the given PollEvents value.

Описание методов

NetMQSocketEventArgs() публичный Метод

Create a new NetMQSocketEventArgs referencing the given socket.
public NetMQSocketEventArgs ( [ socket ) : System
socket [ the NetMQSocket that this is in reference to
Результат System