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

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

Méthodes publiques

Méthode Description
DiscoveredServerListDlg ( ) : System

Initializes the dialog.

ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ApplicationDescription

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

Method Details

DiscoveredServerListDlg() public méthode

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

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

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ApplicationDescription
hostname string
configuration ApplicationConfiguration
Résultat ApplicationDescription