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

A list of hosts.
Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
HostListCtrl ( ) : System

Initalize the control.

Initialize ( string domain ) : void

Displays a list of servers in the control.

Protected Methods

Method 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

Method 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 method

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

HostListCtrl() public method

Initalize the control.
public HostListCtrl ( ) : System
return System

Initialize() public method

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

UpdateItem() protected method

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