C# Class NetMQ.Core.MonitorEvent

Show file Open project: somdoron/netmq Class Usage Examples

Private Properties

Property Type Description
MonitorEvent System
Read MonitorEvent

Public Methods

Method Description
MonitorEvent ( SocketEvents monitorEvent, [ addr, ErrorCode arg ) : System
MonitorEvent ( SocketEvents monitorEvent, [ addr, [ arg ) : System
MonitorEvent ( SocketEvents monitorEvent, [ addr, int arg ) : System
Write ( [ s ) : void

Private Methods

Method Description
MonitorEvent ( ) : System
Read ( [ s ) : MonitorEvent

Method Details

MonitorEvent() public method

public MonitorEvent ( SocketEvents monitorEvent, [ addr, ErrorCode arg ) : System
monitorEvent SocketEvents
addr [
arg ErrorCode
return System

MonitorEvent() public method

public MonitorEvent ( SocketEvents monitorEvent, [ addr, [ arg ) : System
monitorEvent SocketEvents
addr [
arg [
return System

MonitorEvent() public method

public MonitorEvent ( SocketEvents monitorEvent, [ addr, int arg ) : System
monitorEvent SocketEvents
addr [
arg int
return System

Write() public method

public Write ( [ s ) : void
s [
return void