C# Class NetMQ.NetMQBeaconEventArgs

A NetMQBeaconEventArgs is an EventArgs that provides a property that holds a NetMQBeacon.
Inheritance: System.EventArgs
Show file Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NetMQBeaconEventArgs ( [ beacon ) : System

Create a new NetMQBeaconEventArgs object containing the given NetMQBeacon.

Method Details

NetMQBeaconEventArgs() public method

Create a new NetMQBeaconEventArgs object containing the given NetMQBeacon.
public NetMQBeaconEventArgs ( [ beacon ) : System
beacon [ the NetMQBeacon object to hold a reference to
return System