C# Class Opc.Ua.Configuration.HostEnumeratorEventArgs

The arguments provided when a batch of hosts is discovered.
Inheritance: System.EventArgs
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
HostEnumeratorEventArgs ( IList hostnames ) : System

Initializes the object with a batch of host names.

Method Details

HostEnumeratorEventArgs() public method

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