C# Class Opc.Ua.Configuration.HostEnumeratorEventArgs

The arguments provided when a batch of hosts is discovered.
Inheritance: System.EventArgs
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
HostEnumeratorEventArgs ( IList hostnames ) : System

Initializes the object with a batch of host names.

Method Details

HostEnumeratorEventArgs() public méthode

Initializes the object with a batch of host names.
public HostEnumeratorEventArgs ( IList hostnames ) : System
hostnames IList
Résultat System