C# Class NetMQ.NetMQBeaconEventArgs

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
NetMQBeaconEventArgs ( [ beacon ) : System

Create a new NetMQBeaconEventArgs object containing the given NetMQBeacon.

Method Details

NetMQBeaconEventArgs() public méthode

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