C# Class Opc.Ua.Client.Controls.HostListCtrl

A list of hosts.
Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
HostListCtrl ( ) : System

Initalize the control.

Initialize ( string domain ) : void

Displays a list of servers in the control.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

Updates an item in the control.

Private Methods

Méthode Description
HostEnumerator_HostsDiscovered ( object sender, HostEnumeratorEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnFetchAddresses ( object state ) : void

Finds the addresses for the specified host.

OnUpdateAddress ( object state ) : void

Updates the addresses for a host.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HostListCtrl() public méthode

Initalize the control.
public HostListCtrl ( ) : System
Résultat System

Initialize() public méthode

Displays a list of servers in the control.
public Initialize ( string domain ) : void
domain string
Résultat void

UpdateItem() protected méthode

Updates an item in the control.
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
Résultat void