C# Класс Opc.Ua.Client.Controls.HostListCtrl

A list of hosts.
Наследование: Opc.Ua.Client.Controls.BaseListCtrl
Показать файл Открыть проект

Открытые методы

Метод Описание
HostListCtrl ( ) : System

Initalize the control.

Initialize ( string domain ) : void

Displays a list of servers in the control.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

HostListCtrl() публичный Метод

Initalize the control.
public HostListCtrl ( ) : System
Результат System

Initialize() публичный Метод

Displays a list of servers in the control.
public Initialize ( string domain ) : void
domain string
Результат void

UpdateItem() защищенный Метод

Updates an item in the control.
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
Результат void