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

Показать файл Открыть проект Примеры использования класса

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

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

Initializes the dialog.

ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ApplicationDescription

Displays the dialog.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
HostNameCTRL_HostConnected ( object sender, SelectHostCtrlEventArgs e ) : void
HostNameCTRL_HostSelected ( object sender, SelectHostCtrlEventArgs e ) : void
InitializeComponent ( ) : void

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

OkBTN_Click ( object sender, EventArgs e ) : void
ServersCTRL_ItemsPicked ( object sender, ListItemActionEventArgs e ) : void
ServersCTRL_ItemsSelected ( object sender, ListItemActionEventArgs e ) : void

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

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

Initializes the dialog.
public DiscoveredServerListDlg ( ) : System
Результат System

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

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

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

Displays the dialog.
public ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ApplicationDescription
hostname string
configuration ApplicationConfiguration
Результат ApplicationDescription