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

Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
HostListDlg ( ) : System

Initializes the dialog.

ShowDialog ( string domain ) : string

Displays the dialog.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DomainNameCTRL_HostConnected ( object sender, SelectHostCtrlEventArgs e ) : void
DomainNameCTRL_HostSelected ( object sender, SelectHostCtrlEventArgs e ) : void
HostsCTRL_ItemsPicked ( object sender, ListItemActionEventArgs e ) : void
HostsCTRL_ItemsSelected ( object sender, ListItemActionEventArgs 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

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

HostListDlg() public méthode

Initializes the dialog.
public HostListDlg ( ) : System
Résultat System

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( string domain ) : string
domain string
Résultat string